summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-06-20 16:53:48 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-06-20 16:55:13 -0400
commit0163b39faa14aa328ca93897a17e4d87a87bacc4 (patch)
tree4fabf9cf0d4883518073674627bd357868214d8c /Cargo.toml
parent8d9d60294562bdf37b8a61661c8874d60026f815 (diff)
refactor progress
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a20d60ac..9f36d765 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,7 @@ license = "Unlicense/MIT"
[dependencies]
docopt = "0.6"
+grep = { version = "0.1", path = "grep" }
memchr = "0.1"
memmap = "0.2"
regex = { version = "0.1", path = "/home/andrew/rust/regex" }