summaryrefslogtreecommitdiff
path: root/day10/Cargo.toml
diff options
context:
space:
mode:
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"