diff options
author | Yigit Sever | 2021-12-13 18:58:37 +0300 |
---|---|---|
committer | Yigit Sever | 2021-12-13 18:58:37 +0300 |
commit | 4f913109c74daa869d91798848c26b382a14e17c (patch) | |
tree | 6eb4ee77da1524ae16ba114cc084c96c13bb73b2 /2021/day9/Cargo.toml | |
parent | bf16b19b1f6deffd1983efca059db576f3b60ee5 (diff) | |
download | aoc-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.toml | 8 |
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] | ||
2 | name = "day9" | ||
3 | version = "0.1.0" | ||
4 | edition = "2021" | ||
5 | |||
6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
7 | |||
8 | [dependencies] | ||