summaryrefslogtreecommitdiff
path: root/day8/Cargo.toml
diff options
context:
space:
mode:
authorFederico Igne <git@federicoigne.com>2021-12-08 17:39:41 +0000
committerFederico Igne <git@federicoigne.com>2021-12-08 17:39:41 +0000
commit177c2419fa7c381311799cb8075d794c2298d78a (patch)
treea0f9830153a4de59152a4f8172df036e6822d6ef /day8/Cargo.toml
parentc8734354d4d7cc4fb822f426ef9f32a787420bb4 (diff)
downloadaoc-177c2419fa7c381311799cb8075d794c2298d78a.tar.gz
aoc-177c2419fa7c381311799cb8075d794c2298d78a.zip
Day 8
Diffstat (limited to 'day8/Cargo.toml')
-rw-r--r--day8/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/day8/Cargo.toml b/day8/Cargo.toml
new file mode 100644
index 0000000..02a9508
--- /dev/null
+++ b/day8/Cargo.toml
@@ -0,0 +1,9 @@
1[package]
2name = "day8"
3version = "0.1.0"
4authors = ["Federico Igne <git@federicoigne.com>"]
5edition = "2018"
6
7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9[dependencies]