fn main() {
println!("dew - Fast task and version control for high-velocity development");
println!();
println!("This crate is under active development.");
println!("For the latest version, build from source:");
println!(" https://github.com/samcarey/dew");
}