summaryrefslogtreecommitdiffstats
path: root/2021/day4/Cargo.toml
diff options
context:
space:
mode:
authorYigit Sever2021-12-10 19:54:14 +0300
committerYigit Sever2021-12-10 19:54:14 +0300
commit3919f90cfbfbba26c8e39f979280649f5e08aea8 (patch)
tree954e15009e4e8361006626c17b3633aaa0dae8eb /2021/day4/Cargo.toml
parent3c97ec63d921c7d2f132a834f9b739cc8d039c99 (diff)
downloadaoc-3919f90cfbfbba26c8e39f979280649f5e08aea8.tar.gz
aoc-3919f90cfbfbba26c8e39f979280649f5e08aea8.tar.bz2
aoc-3919f90cfbfbba26c8e39f979280649f5e08aea8.zip
2021, day4: done, please don't look at this
Diffstat (limited to '2021/day4/Cargo.toml')
-rw-r--r--2021/day4/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/2021/day4/Cargo.toml b/2021/day4/Cargo.toml
new file mode 100644
index 0000000..8842130
--- /dev/null
+++ b/2021/day4/Cargo.toml
@@ -0,0 +1,8 @@
1[package]
2name = "day4"
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]