1 2 3 4 5 6 7 8 9
use everruns::tool; /// Not async. #[tool] fn not_async(x: i64) -> i64 { x } fn main() {}