beating 'grep -E' on some things

This commit is contained in:
Andrew Gallant
2016-03-10 20:48:44 -05:00
parent 9d1e619ff3
commit 403bb72a4d
3 changed files with 117 additions and 18 deletions

View File

@@ -14,7 +14,10 @@ license = "Unlicense/MIT"
[dependencies]
docopt = "0.6"
memchr = "0.1"
memmap = "0.2"
regex = { version = "0.1", path = "/home/andrew/rust/regex" }
regex-syntax = { version = "0.2", path = "/home/andrew/rust/regex/regex-syntax" }
rustc-serialize = "0.3"
[profile.release]