summaryrefslogtreecommitdiffstats
path: root/2021/day3/Cargo.toml
diff options
context:
space:
mode:
authorYigit Sever2021-12-10 19:54:01 +0300
committerYigit Sever2021-12-10 19:54:01 +0300
commit3c97ec63d921c7d2f132a834f9b739cc8d039c99 (patch)
tree492bbff2312042c68e1a2d2d95ed0bf599dfe545 /2021/day3/Cargo.toml
parentae3853b6e8ab02023ccd74baac6dc177b1ee879a (diff)
downloadaoc-3c97ec63d921c7d2f132a834f9b739cc8d039c99.tar.gz
aoc-3c97ec63d921c7d2f132a834f9b739cc8d039c99.tar.bz2
aoc-3c97ec63d921c7d2f132a834f9b739cc8d039c99.zip
2021, day3: done
Diffstat (limited to '2021/day3/Cargo.toml')
-rw-r--r--2021/day3/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/2021/day3/Cargo.toml b/2021/day3/Cargo.toml
new file mode 100644
index 0000000..898e70d
--- /dev/null
+++ b/2021/day3/Cargo.toml
@@ -0,0 +1,8 @@
1[package]
2name = "day3"
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]