summaryrefslogtreecommitdiffstats
path: root/2022/day2/part2/Cargo.toml
diff options
context:
space:
mode:
authorYigit Sever2022-12-02 22:08:38 +0300
committerYigit Sever2022-12-02 22:08:38 +0300
commit9725ad032ce7d42f01119d8334d420a398d2c855 (patch)
tree0b4a19c6637215d89b3645502a469a1a77e46a31 /2022/day2/part2/Cargo.toml
parent59826b861c1dabd7cac8558c668172187b45ae9c (diff)
downloadaoc-9725ad032ce7d42f01119d8334d420a398d2c855.tar.gz
aoc-9725ad032ce7d42f01119d8334d420a398d2c855.tar.bz2
aoc-9725ad032ce7d42f01119d8334d420a398d2c855.zip
2022, day2: part 2 done
Diffstat (limited to '2022/day2/part2/Cargo.toml')
-rw-r--r--2022/day2/part2/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/2022/day2/part2/Cargo.toml b/2022/day2/part2/Cargo.toml
new file mode 100644
index 0000000..69fa504
--- /dev/null
+++ b/2022/day2/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"