summaryrefslogtreecommitdiff
path: root/2021/day05/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '2021/day05/Cargo.toml')
-rw-r--r--2021/day05/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/2021/day05/Cargo.toml b/2021/day05/Cargo.toml
new file mode 100644
index 0000000..f52d4d4
--- /dev/null
+++ b/2021/day05/Cargo.toml
@@ -0,0 +1,11 @@
1[package]
2name = "day5"
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"
11regex = "1.5"