summaryrefslogtreecommitdiffstats
path: root/grep-printer/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'grep-printer/src/lib.rs')
-rw-r--r--grep-printer/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/grep-printer/src/lib.rs b/grep-printer/src/lib.rs
index 6ef11c72..1e7d5c6e 100644
--- a/grep-printer/src/lib.rs
+++ b/grep-printer/src/lib.rs
@@ -70,6 +70,7 @@ fn example() -> Result<(), Box<Error>> {
#[cfg(feature = "serde1")]
extern crate base64;
+extern crate bstr;
extern crate grep_matcher;
#[cfg(test)]
extern crate grep_regex;