diff options
author | cos <cos> | 2019-12-04 14:32:58 +0100 |
---|---|---|
committer | cos <cos> | 2019-12-04 14:32:58 +0100 |
commit | d0ac44d6d968e6eb385a631745b63a5824908046 (patch) | |
tree | ffe0616512298a77ccaa87e9996057aa3bc2d7fb /2019/rust/day04/Cargo.toml | |
parent | 80bfbefdb77a5153561ae4c1cb61d6d4e2b662c6 (diff) | |
download | adventofcode-d0ac44d6d968e6eb385a631745b63a5824908046.zip |
Add day04, 2019
Diffstat (limited to '2019/rust/day04/Cargo.toml')
-rw-r--r-- | 2019/rust/day04/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/2019/rust/day04/Cargo.toml b/2019/rust/day04/Cargo.toml new file mode 100644 index 0000000..63acdbe --- /dev/null +++ b/2019/rust/day04/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "day04" +version = "0.1.0" +authors = ["cos <cos>"] +edition = "2018" + +[dependencies] +itertools = "*" |