summaryrefslogtreecommitdiffstats
path: root/2022/day3/part2/Cargo.toml
diff options
context:
space:
mode:
authorYigit Sever2022-12-04 14:19:12 +0300
committerYigit Sever2022-12-04 14:19:12 +0300
commitef7e8df2825480f34c1034015a8221c09f6ebdf6 (patch)
tree9ce122c24814d377d993a984178bfa42eac904df /2022/day3/part2/Cargo.toml
parent9725ad032ce7d42f01119d8334d420a398d2c855 (diff)
downloadaoc-ef7e8df2825480f34c1034015a8221c09f6ebdf6.tar.gz
aoc-ef7e8df2825480f34c1034015a8221c09f6ebdf6.tar.bz2
aoc-ef7e8df2825480f34c1034015a8221c09f6ebdf6.zip
2022, day3: done
Diffstat (limited to '2022/day3/part2/Cargo.toml')
-rw-r--r--2022/day3/part2/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/2022/day3/part2/Cargo.toml b/2022/day3/part2/Cargo.toml
new file mode 100644
index 0000000..69fa504
--- /dev/null
+++ b/2022/day3/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"