use colored::Colorize; fn main() { println!("Welcome to Butchunker!"); println!( "Please add your policy crates to the `{}` directory", "./policy/".bright_green() ); println!( "Then run `{}` to update the policy registry", "cargo run --bin butckrepo-refresh".bright_green() ); }