globbing by regex

This commit is contained in:
Andrew Gallant
2016-08-25 21:44:37 -04:00
parent 957f90c898
commit b55ecf34c7
4 changed files with 869 additions and 41 deletions

View File

@@ -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