From 27e21572d0acc34c0b8ac7edeee70da88f06532e Mon Sep 17 00:00:00 2001 From: cos Date: Fri, 13 Dec 2019 21:06:13 +0100 Subject: Add day13, 2019 --- 2019/rust/day13/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 2019/rust/day13/Cargo.toml (limited to '2019/rust/day13/Cargo.toml') 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 "] +edition = "2018" + +[dependencies] +getopts = "0.2" +itertools = "0" -- cgit v1.2.3