config: switch to using bstrs

This lets us implement correct Unicode trimming and also simplifies the
parsing logic a bit. This also removes the last platform specific bits of
code in ripgrep core.
This commit is contained in:
Andrew Gallant
2019-04-04 15:14:29 -04:00
parent c52da74ac3
commit 9b8f5cbaba
4 changed files with 17 additions and 48 deletions

View File

@@ -46,6 +46,7 @@ members = [
]
[dependencies]
bstr = "0.1.2"
grep = { version = "0.2.3", path = "grep" }
ignore = { version = "0.4.4", path = "ignore" }
lazy_static = "1.1.0"