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