repo: make ripgrep build with the new organization

This commit is contained in:
Andrew Gallant
2020-02-17 18:28:09 -05:00
parent fdd8510fdd
commit 0874aa115c
8 changed files with 41 additions and 26 deletions

View File

@@ -13,5 +13,5 @@ keywords = ["regex", "grep", "pcre", "backreference", "look"]
license = "Unlicense/MIT"
[dependencies]
grep-matcher = { version = "0.1.2", path = "../grep-matcher" }
grep-matcher = { version = "0.1.2", path = "../matcher" }
pcre2 = "0.2.0"