diff options
author | Yigit Sever | 2022-12-01 17:43:04 +0300 |
---|---|---|
committer | Yigit Sever | 2022-12-01 17:43:04 +0300 |
commit | 5055786d3db80e45a5c3f128f41866ea78865c45 (patch) | |
tree | 19f8df50614798285ffdd8556e28bb7840c02c34 /2022/day1/part2/Cargo.toml | |
parent | 00731fd04963873b99e8a1d2571f27c87d8b7658 (diff) | |
download | aoc-5055786d3db80e45a5c3f128f41866ea78865c45.tar.gz aoc-5055786d3db80e45a5c3f128f41866ea78865c45.tar.bz2 aoc-5055786d3db80e45a5c3f128f41866ea78865c45.zip |
2022, day1: done
Diffstat (limited to '2022/day1/part2/Cargo.toml')
-rw-r--r-- | 2022/day1/part2/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2022/day1/part2/Cargo.toml b/2022/day1/part2/Cargo.toml new file mode 100644 index 0000000..69fa504 --- /dev/null +++ b/2022/day1/part2/Cargo.toml | |||
@@ -0,0 +1,9 @@ | |||
1 | [package] | ||
2 | name = "part2" | ||
3 | version = "0.1.0" | ||
4 | edition = "2021" | ||
5 | |||
6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
7 | |||
8 | [dependencies] | ||
9 | itertools = "0.10.5" | ||