grep: add clap and regex dev dependencies to grep

These are (or will be) used in grep's examples.
This commit is contained in:
Andrew Gallant
2018-09-07 12:02:22 -04:00
parent 3dd4b77dfb
commit 0e2f8f7b47
2 changed files with 8 additions and 0 deletions

2
Cargo.lock generated
View File

@@ -168,12 +168,14 @@ name = "grep"
version = "0.2.1"
dependencies = [
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grep-cli 0.1.0",
"grep-matcher 0.1.0",
"grep-pcre2 0.1.0",
"grep-printer 0.1.0",
"grep-regex 0.1.0",
"grep-searcher 0.1.0",
"regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
"termcolor 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]