summaryrefslogtreecommitdiff
path: root/2018/Cargo.toml
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2018-12-04 16:17:14 +0100
committerTom Smeding <tom.smeding@gmail.com>2018-12-04 16:17:14 +0100
commitd139374ef1518c5bd4e5c84e1d88263fdda2e15c (patch)
treee44b6ffc995bb638a91fe8361d341d3c747e9ae3 /2018/Cargo.toml
parent4ea93557fe55133ad7162dba4877694307145808 (diff)
Day 4
Diffstat (limited to '2018/Cargo.toml')
-rw-r--r--2018/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/2018/Cargo.toml b/2018/Cargo.toml
index 8c8eda7..d071e14 100644
--- a/2018/Cargo.toml
+++ b/2018/Cargo.toml
@@ -5,3 +5,5 @@ authors = ["tomsmeding <tom.smeding@gmail.com>"]
[dependencies]
argparse = "0.2.2"
+regex = "1"
+lazy_static = "1.2.0"