diff options
author | Yigit Sever | 2021-12-20 16:56:51 +0300 |
---|---|---|
committer | Yigit Sever | 2021-12-20 16:56:51 +0300 |
commit | ca60384d831d1208227b3538ca121ebc4624b0f2 (patch) | |
tree | fae54d59ecd77c513ba149e9c89e72e6d368720d /2021/day10/Cargo.toml | |
parent | 3621b8231a603854e6c088df2879bae02e62681d (diff) | |
download | aoc-ca60384d831d1208227b3538ca121ebc4624b0f2.tar.gz aoc-ca60384d831d1208227b3538ca121ebc4624b0f2.tar.bz2 aoc-ca60384d831d1208227b3538ca121ebc4624b0f2.zip |
2021, day10: done
Diffstat (limited to '2021/day10/Cargo.toml')
-rw-r--r-- | 2021/day10/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/2021/day10/Cargo.toml b/2021/day10/Cargo.toml new file mode 100644 index 0000000..40d2066 --- /dev/null +++ b/2021/day10/Cargo.toml | |||
@@ -0,0 +1,8 @@ | |||
1 | [package] | ||
2 | name = "day10" | ||
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] | ||