Hello cargo bits

cat-town
Dan Buch 6 years ago
parent 976a5f7a5d
commit a2527b6fd7
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

@ -0,0 +1,2 @@
/target/
Cargo.lock

@ -0,0 +1,6 @@
[package]
name = "hello_cargo"
version = "0.1.0"
authors = ["Dan Buch <daniel.buch@gmail.com>"]
[dependencies]

@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}
Loading…
Cancel
Save