remove everything about pest

This commit is contained in:
刘瀚骋
2021-09-28 17:23:49 +08:00
parent ac1df9d9d7
commit f7796edc7e
7 changed files with 9 additions and 28 deletions

View File

@ -24,7 +24,6 @@ levenshtein_automata = { version = "0.2.0", features = ["fst_automaton"] }
linked-hash-map = "0.5.4"
meilisearch-tokenizer = { git = "https://github.com/meilisearch/tokenizer.git", tag = "v0.2.5" }
memmap = "0.7.0"
nom = "7"
obkv = "0.2.0"
once_cell = "1.5.2"
ordered-float = "2.1.1"
@ -40,8 +39,7 @@ tempfile = "3.2.0"
uuid = { version = "0.8.2", features = ["v4"] }
# facet filter parser
pest = { git = "https://github.com/pest-parser/pest.git", rev = "51fd1d49f1041f7839975664ef71fe15c7dcaf67" }
pest_derive = "2.1.0"
nom = "7"
# documents words self-join
itertools = "0.10.0"