diff options
author | Federico Igne <git@federicoigne.com> | 2021-12-13 14:34:24 +0000 |
---|---|---|
committer | Federico Igne <git@federicoigne.com> | 2021-12-13 14:34:24 +0000 |
commit | 0569bae066cfdd5ed388a60a470c882fa87f0a4c (patch) | |
tree | ae237b130a3c9961322c86f591b5b02fe1b6f9c5 /day10/Cargo.toml | |
parent | e8ad18ed7b9de796208a2a55133c80430add2fb9 (diff) | |
download | aoc-0569bae066cfdd5ed388a60a470c882fa87f0a4c.tar.gz aoc-0569bae066cfdd5ed388a60a470c882fa87f0a4c.zip |
Day 10
Diffstat (limited to 'day10/Cargo.toml')
-rw-r--r-- | day10/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/day10/Cargo.toml b/day10/Cargo.toml new file mode 100644 index 0000000..4119747 --- /dev/null +++ b/day10/Cargo.toml | |||
@@ -0,0 +1,10 @@ | |||
1 | [package] | ||
2 | name = "day10" | ||
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] | ||
10 | lazy_static = "1.4" | ||