summaryrefslogtreecommitdiffstats
path: root/grep
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-01-23 20:01:32 -0500
committerAndrew Gallant <jamslam@gmail.com>2019-01-23 20:01:32 -0500
commit519a6b68af2339afadaa32a8649efabbb0b9266a (patch)
tree9c27d8d625925c6609f93e332ce9874bfa14f1e5 /grep
parent9c940b45f4f81b51eee7dcf5836fb3680cf6b62c (diff)
grep: remove unused dependencies
We remove these for now, but we'll eventually add them back once the examples get more fleshed out. Closes #1043
Diffstat (limited to 'grep')
-rw-r--r--grep/Cargo.toml7
1 files changed, 0 insertions, 7 deletions
diff --git a/grep/Cargo.toml b/grep/Cargo.toml
index 92222cdf..b6a97d27 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -21,16 +21,9 @@ grep-regex = { version = "0.1.1", path = "../grep-regex" }
grep-searcher = { version = "0.1.1", path = "../grep-searcher" }
[dev-dependencies]
-atty = "0.2.11"
-regex = "1.1"
termcolor = "1.0.4"
walkdir = "2.2.7"
-[dev-dependencies.clap]
-version = "2.32.0"
-default-features = false
-features = ["suggestions"]
-
[features]
simd-accel = ["grep-searcher/simd-accel"]
pcre2 = ["grep-pcre2"]