1 2 3 4 5 6 7
fn main() { eprintln!("tribal v0.0.1 — placeholder release"); eprintln!(); eprintln!("This version is a name reservation. For installation instructions,"); eprintln!("visit: https://github.com/samfolo/tribal"); std::process::exit(1); }