summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2017-11-29 22:12:42 +0200
committerJustin Worthe <justin@worthe-it.co.za>2017-11-29 22:12:42 +0200
commit56b731a651e96d1caa7d246b1ae8cd555b23536a (patch)
tree3cd14a0174bfee765bca337b1b5851eaa641b319 /Cargo.toml
parent817d06fc2ef4f8e258d906fad96c26f72b32c702 (diff)
Added cleaning up of funny descriptions
Mostly branches and dates messing with import matching
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7c48e58..62e16be 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,5 @@ version = "0.1.0"
authors = ["Justin Worthe <justin@worthe-it.co.za>"]
[dependencies]
+regex = "0.2.2"
+lazy_static = "1.0" \ No newline at end of file