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

@@ -30,10 +30,10 @@ memchr = "0.1"
memmap = "0.2"
num_cpus = "1"
parking_lot = "0.3"
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"
rustc-serialize = "0.3"
term = { version = "0.4", path = "/home/andrew/clones/term" }
term = "0.4"
thread_local = "0.2"
walkdir = "0.1"