summaryrefslogtreecommitdiffstats
path: root/2021/day5/Cargo.toml
diff options
context:
space:
mode:
authorYigit Sever2021-12-12 02:45:22 +0300
committerYigit Sever2021-12-12 02:45:22 +0300
commit54cbcaa842ea9032c850158183eeba45909e26e2 (patch)
tree959762fa4a2205fd38c4e4b4299df2e63c4b466a /2021/day5/Cargo.toml
parent4bb6f8d06c0e384f3394012b1d48da58ed28cc5e (diff)
downloadaoc-54cbcaa842ea9032c850158183eeba45909e26e2.tar.gz
aoc-54cbcaa842ea9032c850158183eeba45909e26e2.tar.bz2
aoc-54cbcaa842ea9032c850158183eeba45909e26e2.zip
2021, day5: done
Diffstat (limited to '2021/day5/Cargo.toml')
-rw-r--r--2021/day5/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/2021/day5/Cargo.toml b/2021/day5/Cargo.toml
new file mode 100644
index 0000000..f9b62bf
--- /dev/null
+++ b/2021/day5/Cargo.toml
@@ -0,0 +1,8 @@
1[package]
2name = "day5"
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]