Use milli reexported tokenizer instead of importing meilisearch-tokenizer dependency

This commit is contained in:
many
2021-12-06 17:18:28 +01:00
parent 948615537b
commit ae2b0e7aa7
4 changed files with 2 additions and 22 deletions

View File

@ -29,7 +29,6 @@ itertools = "0.10.1"
lazy_static = "1.4.0"
log = "0.4.14"
meilisearch-error = { path = "../meilisearch-error" }
meilisearch-tokenizer = { git = "https://github.com/meilisearch/tokenizer.git", tag = "v0.2.5" }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.21.0" }
mime = "0.3.16"
num_cpus = "1.13.0"