Fix deps so that others can build it.

This commit is contained in:
Andrew Gallant
2016-09-05 18:22:12 -04:00
parent 7a149c20fe
commit 2bda77c414
6 changed files with 214 additions and 16 deletions

View File

@@ -16,5 +16,5 @@ license = "Unlicense/MIT"
[dependencies]
memchr = "0.1"
memmap = "0.2"
regex = { version = "0.1", path = "/home/andrew/rust/regex" }
regex-syntax = { version = "0.3.1", path = "/home/andrew/rust/regex/regex-syntax" }
regex = "0.1.75"
regex-syntax = "0.3.5"