diff options
author | Federico Igne <git@federicoigne.com> | 2021-12-09 12:14:19 +0000 |
---|---|---|
committer | Federico Igne <git@federicoigne.com> | 2021-12-09 12:14:19 +0000 |
commit | e8ad18ed7b9de796208a2a55133c80430add2fb9 (patch) | |
tree | 9dd5074266e2c38f6bdd729d33a8426e2dae18d9 /day5/Cargo.toml | |
parent | 5100744c95260c026468d486b2625fedc90d0426 (diff) | |
download | aoc-e8ad18ed7b9de796208a2a55133c80430add2fb9.tar.gz aoc-e8ad18ed7b9de796208a2a55133c80430add2fb9.zip |
Day 5
Diffstat (limited to 'day5/Cargo.toml')
-rw-r--r-- | day5/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/day5/Cargo.toml b/day5/Cargo.toml new file mode 100644 index 0000000..f52d4d4 --- /dev/null +++ b/day5/Cargo.toml | |||
@@ -0,0 +1,11 @@ | |||
1 | [package] | ||
2 | name = "day5" | ||
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" | ||
11 | regex = "1.5" | ||