Use the regex crate to highlight "hello"

This commit is contained in:
Kerollmops
2020-07-14 11:27:46 +02:00
parent dd385ad05b
commit 085c376655
3 changed files with 44 additions and 2 deletions

View File

@ -27,6 +27,9 @@ smallvec = "1.4.0"
structopt = { version = "0.3.14", default-features = false }
tempfile = "3.1.0"
# to highlight the documents
regex = "1.3.9"
# logging
log = "0.4.8"
stderrlog = "0.4.3"