dew 0.0.1

Fast task and version control for high-velocity development
1
2
3
4
5
6
7
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");
}