diff options
Diffstat (limited to '2019/rust/day13/Cargo.toml')
-rw-r--r-- | 2019/rust/day13/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2019/rust/day13/Cargo.toml b/2019/rust/day13/Cargo.toml new file mode 100644 index 0000000..5ba0dc9 --- /dev/null +++ b/2019/rust/day13/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "day13" +version = "0.1.0" +authors = ["cos <cos>"] +edition = "2018" + +[dependencies] +getopts = "0.2" +itertools = "0" |