diff options
author | Federico Igne <git@federicoigne.com> | 2021-12-08 17:39:41 +0000 |
---|---|---|
committer | Federico Igne <git@federicoigne.com> | 2021-12-08 17:39:41 +0000 |
commit | 177c2419fa7c381311799cb8075d794c2298d78a (patch) | |
tree | a0f9830153a4de59152a4f8172df036e6822d6ef /day8/Cargo.toml | |
parent | c8734354d4d7cc4fb822f426ef9f32a787420bb4 (diff) | |
download | aoc-177c2419fa7c381311799cb8075d794c2298d78a.tar.gz aoc-177c2419fa7c381311799cb8075d794c2298d78a.zip |
Day 8
Diffstat (limited to 'day8/Cargo.toml')
-rw-r--r-- | day8/Cargo.toml | 9 |
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] | ||
2 | name = "day8" | ||
3 | version = "0.1.0" | ||
4 | authors = ["Federico Igne <git@federicoigne.com>"] | ||
5 | edition = "2018" | ||
6 | |||
7 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
8 | |||
9 | [dependencies] | ||