Modify the highlight function to support any JSON type

This commit is contained in:
Clément Renault
2020-11-05 13:58:07 +01:00
parent c94bc59d7e
commit 640c7d748a
5 changed files with 53 additions and 33 deletions

View File

@ -16,7 +16,6 @@ fxhash = "0.2.1"
grenad = { git = "https://github.com/Kerollmops/grenad.git", rev = "3eb7ad9" }
heed = { version = "0.10.1", default-features = false, features = ["lmdb", "sync-read-txn"] }
human_format = "1.0.3"
indexmap = { version = "1.6.0", features = ["serde-1"] }
jemallocator = "0.3.2"
levenshtein_automata = { version = "0.2.0", features = ["fst_automaton"] }
linked-hash-map = "0.5.3"