summaryrefslogtreecommitdiffstats
path: root/2021/day10/Cargo.toml
diff options
context:
space:
mode:
authorYigit Sever2021-12-20 16:56:51 +0300
committerYigit Sever2021-12-20 16:56:51 +0300
commitca60384d831d1208227b3538ca121ebc4624b0f2 (patch)
treefae54d59ecd77c513ba149e9c89e72e6d368720d /2021/day10/Cargo.toml
parent3621b8231a603854e6c088df2879bae02e62681d (diff)
downloadaoc-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.toml8
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]
2name = "day10"
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]