| Crates.io | dcc-template-bin |
| lib.rs | dcc-template-bin |
| version | 0.1.1 |
| created_at | 2019-11-02 09:29:11.265553+00 |
| updated_at | 2019-11-02 09:45:38.502081+00 |
| description | A template for creating Rust binary applications. |
| homepage | |
| repository | https://github.com/dcchut/dcc-template-bin |
| max_upload_size | |
| id | 177508 |
| size | 14,668 |
dcc-template-bin is a template for creating Rust binary applications.
Add this to your Cargo.toml:
[dependencies]
dcc-template-bin = "0.1"
fn main() {
println!("Hello world!");
}
Licensed under either of