Initial commit - Hello Cargo

This commit is contained in:
laurens 2020-05-01 18:54:07 +02:00
commit 2b617a5c4e
4 changed files with 68 additions and 0 deletions

9
hello_cargo/Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "hello_cargo"
version = "0.1.0"
authors = ["laurens <miers132@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]