1 2 3 4 5 6
use crate::*; /// Print user-friendly usage info. pub fn version() { println!("cargo-task {}", CARGO_TASK_VER); }