mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-26 01:31:57 -07:00
globbing by regex
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@@ -13,14 +13,25 @@ readme = "README.md"
|
||||
keywords = ["regex", "grep", "egrep", "search", "pattern"]
|
||||
license = "Unlicense/MIT"
|
||||
|
||||
[[bin]]
|
||||
bench = false
|
||||
path = "src/main.rs"
|
||||
name = "xrep"
|
||||
|
||||
[dependencies]
|
||||
docopt = "0.6"
|
||||
grep = { version = "0.1", path = "grep" }
|
||||
memchr = "0.1"
|
||||
memmap = "0.2"
|
||||
num_cpus = "1"
|
||||
regex = { version = "0.1", path = "/home/andrew/rust/regex" }
|
||||
regex-syntax = { version = "0.3.1", path = "/home/andrew/rust/regex/regex-syntax" }
|
||||
rustc-serialize = "0.3"
|
||||
walkdir = "0.1"
|
||||
|
||||
[dev-dependencies]
|
||||
glob = "0.2"
|
||||
lazy_static = "0.2"
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
|
Reference in New Issue
Block a user