summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-01-01 14:14:19 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-01-01 14:14:19 +0200
commit1b98d28058f51833aa9be06423b32c9d5f0ab49c (patch)
tree7923fb747c67c36a211593b0e35bc14ec1e700f7 /Cargo.toml
parentee357f1cb43b42317adb4df4c661a0a197b2a0de (diff)
Change to handle files internally instead of working with stdin
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 62e16be..2d5d33e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,4 +5,6 @@ authors = ["Justin Worthe <justin@worthe-it.co.za>"]
[dependencies]
regex = "0.2.2"
-lazy_static = "1.0" \ No newline at end of file
+lazy_static = "1.0"
+structopt = "0.1.6"
+structopt-derive = "0.1.6" \ No newline at end of file