diff options
author | cos <cos> | 2019-12-01 14:32:16 +0100 |
---|---|---|
committer | cos <cos> | 2019-12-01 14:35:35 +0100 |
commit | 5c4e69b85996965d098972edb0b92dd7fb37483c (patch) | |
tree | 4969cfe99d576ed6567dc65a80750090d4401af0 /2019/rust/day01/Cargo.toml | |
download | adventofcode-5c4e69b85996965d098972edb0b92dd7fb37483c.zip |
Initial commit of solutions for adventofcode.com
With rust implementation for day01 of 2019.
Diffstat (limited to '2019/rust/day01/Cargo.toml')
-rw-r--r-- | 2019/rust/day01/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/2019/rust/day01/Cargo.toml b/2019/rust/day01/Cargo.toml new file mode 100644 index 0000000..02d08dc --- /dev/null +++ b/2019/rust/day01/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "day01" +version = "0.1.0" +authors = ["cos <cos>"] +edition = "2018" + +[dependencies] |