diff options
Diffstat (limited to '2019/rust/day06/Cargo.toml')
-rw-r--r-- | 2019/rust/day06/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/2019/rust/day06/Cargo.toml b/2019/rust/day06/Cargo.toml new file mode 100644 index 0000000..1da4ea0 --- /dev/null +++ b/2019/rust/day06/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "day06" +version = "0.1.0" +authors = ["cos <cos>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +itertools = "0" |