summaryrefslogtreecommitdiff
path: root/day10/Cargo.toml
diff options
context:
space:
mode:
authorFederico Igne <git@federicoigne.com>2021-12-13 14:34:24 +0000
committerFederico Igne <git@federicoigne.com>2021-12-13 14:34:24 +0000
commit0569bae066cfdd5ed388a60a470c882fa87f0a4c (patch)
treeae237b130a3c9961322c86f591b5b02fe1b6f9c5 /day10/Cargo.toml
parente8ad18ed7b9de796208a2a55133c80430add2fb9 (diff)
downloadaoc-0569bae066cfdd5ed388a60a470c882fa87f0a4c.tar.gz
aoc-0569bae066cfdd5ed388a60a470c882fa87f0a4c.zip
Day 10
Diffstat (limited to 'day10/Cargo.toml')
-rw-r--r--day10/Cargo.toml10
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]
2name = "day10"
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]
10lazy_static = "1.4"