summaryrefslogtreecommitdiffstats
path: root/grep-matcher/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'grep-matcher/Cargo.toml')
-rw-r--r--grep-matcher/Cargo.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/grep-matcher/Cargo.toml b/grep-matcher/Cargo.toml
index 39391291..d65ee505 100644
--- a/grep-matcher/Cargo.toml
+++ b/grep-matcher/Cargo.toml
@@ -13,8 +13,11 @@ keywords = ["regex", "pattern", "trait"]
license = "Unlicense/MIT"
autotests = false
-[dependencies]
-memchr = "2.1"
+[dependencies.bstr]
+version = "*"
+path = "/home/andrew/rust/bstr"
+default-features = false
+features = ["std"]
[dev-dependencies]
regex = "1.1"