diff options
author | Yigit Sever | 2021-12-12 02:45:22 +0300 |
---|---|---|
committer | Yigit Sever | 2021-12-12 02:45:22 +0300 |
commit | 54cbcaa842ea9032c850158183eeba45909e26e2 (patch) | |
tree | 959762fa4a2205fd38c4e4b4299df2e63c4b466a /2021/day5/Cargo.toml | |
parent | 4bb6f8d06c0e384f3394012b1d48da58ed28cc5e (diff) | |
download | aoc-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.toml | 8 |
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] | ||
2 | name = "day5" | ||
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] | ||