dcc-template-bin 0.1.1

A template for creating Rust binary applications.
dcc-template-bin-0.1.1 is not a library.

dcc-template-bin

dcc-template-bin is a template for creating Rust binary applications.


Installation

Add this to your Cargo.toml:

[dependencies]
dcc-template-bin = "0.1"

Basic Usage

fn main() {
    println!("Hello world!");
}

License

Licensed under either of