diff options
author | Yigit Sever | 2022-12-06 14:47:43 +0300 |
---|---|---|
committer | Yigit Sever | 2022-12-06 14:47:43 +0300 |
commit | 244d3dfa233371db0adcff329283bb1ce9bba9f5 (patch) | |
tree | d6ec2d6682a45c823bf0ee9f921f861f3cefe118 /2022/day4/part2/Cargo.toml | |
parent | ef7e8df2825480f34c1034015a8221c09f6ebdf6 (diff) | |
download | aoc-244d3dfa233371db0adcff329283bb1ce9bba9f5.tar.gz aoc-244d3dfa233371db0adcff329283bb1ce9bba9f5.tar.bz2 aoc-244d3dfa233371db0adcff329283bb1ce9bba9f5.zip |
2022, day4: done
Diffstat (limited to '2022/day4/part2/Cargo.toml')
-rw-r--r-- | 2022/day4/part2/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2022/day4/part2/Cargo.toml b/2022/day4/part2/Cargo.toml new file mode 100644 index 0000000..69fa504 --- /dev/null +++ b/2022/day4/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" | ||