mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07:00
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
This commit is contained in:
parent
9c940b45f4
commit
519a6b68af
@ -21,16 +21,9 @@ grep-regex = { version = "0.1.1", path = "../grep-regex" }
|
|||||||
grep-searcher = { version = "0.1.1", path = "../grep-searcher" }
|
grep-searcher = { version = "0.1.1", path = "../grep-searcher" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
atty = "0.2.11"
|
|
||||||
regex = "1.1"
|
|
||||||
termcolor = "1.0.4"
|
termcolor = "1.0.4"
|
||||||
walkdir = "2.2.7"
|
walkdir = "2.2.7"
|
||||||
|
|
||||||
[dev-dependencies.clap]
|
|
||||||
version = "2.32.0"
|
|
||||||
default-features = false
|
|
||||||
features = ["suggestions"]
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
simd-accel = ["grep-searcher/simd-accel"]
|
simd-accel = ["grep-searcher/simd-accel"]
|
||||||
pcre2 = ["grep-pcre2"]
|
pcre2 = ["grep-pcre2"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user