summaryrefslogtreecommitdiffstats
path: root/2021/day9/Cargo.toml
diff options
context:
space:
mode:
authorYigit Sever2021-12-13 18:58:37 +0300
committerYigit Sever2021-12-13 18:58:37 +0300
commit4f913109c74daa869d91798848c26b382a14e17c (patch)
tree6eb4ee77da1524ae16ba114cc084c96c13bb73b2 /2021/day9/Cargo.toml
parentbf16b19b1f6deffd1983efca059db576f3b60ee5 (diff)
downloadaoc-4f913109c74daa869d91798848c26b382a14e17c.tar.gz
aoc-4f913109c74daa869d91798848c26b382a14e17c.tar.bz2
aoc-4f913109c74daa869d91798848c26b382a14e17c.zip
2021, day9: part1
Diffstat (limited to '2021/day9/Cargo.toml')
-rw-r--r--2021/day9/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/2021/day9/Cargo.toml b/2021/day9/Cargo.toml
new file mode 100644
index 0000000..b5e5273
--- /dev/null
+++ b/2021/day9/Cargo.toml
@@ -0,0 +1,8 @@
1[package]
2name = "day9"
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]