summaryrefslogtreecommitdiffstats
path: root/2022/day4/part2/Cargo.toml
diff options
context:
space:
mode:
authorYigit Sever2022-12-06 14:47:43 +0300
committerYigit Sever2022-12-06 14:47:43 +0300
commit244d3dfa233371db0adcff329283bb1ce9bba9f5 (patch)
treed6ec2d6682a45c823bf0ee9f921f861f3cefe118 /2022/day4/part2/Cargo.toml
parentef7e8df2825480f34c1034015a8221c09f6ebdf6 (diff)
downloadaoc-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.toml9
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]
2name = "part2"
3version = "0.1.0"
4edition = "2021"
5
6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8[dependencies]
9itertools = "0.10.5"