summaryrefslogtreecommitdiffstats
path: root/2021/day6/Cargo.toml
diff options
context:
space:
mode:
authorYigit Sever2021-12-13 00:36:34 +0300
committerYigit Sever2021-12-13 00:36:34 +0300
commitac8125750abed263619da4cc6d653bb5ab76f007 (patch)
treef14c05d04e9562b664591f075bb9d9c7935cb6b4 /2021/day6/Cargo.toml
parent54cbcaa842ea9032c850158183eeba45909e26e2 (diff)
downloadaoc-ac8125750abed263619da4cc6d653bb5ab76f007.tar.gz
aoc-ac8125750abed263619da4cc6d653bb5ab76f007.tar.bz2
aoc-ac8125750abed263619da4cc6d653bb5ab76f007.zip
2021, day6: done
Diffstat (limited to '2021/day6/Cargo.toml')
-rw-r--r--2021/day6/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/2021/day6/Cargo.toml b/2021/day6/Cargo.toml
new file mode 100644
index 0000000..9957f8b
--- /dev/null
+++ b/2021/day6/Cargo.toml
@@ -0,0 +1,9 @@
1[package]
2name = "day6"
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.3"