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
No known key found for this signature in database
GPG key ID: 2CEF23B75189EACA
4 changed files with 2 additions and 22 deletions

View file

@ -50,7 +50,6 @@ log = "0.4.14"
meilisearch-auth = { path = "../meilisearch-auth" }
meilisearch-error = { path = "../meilisearch-error" }
meilisearch-lib = { path = "../meilisearch-lib" }
meilisearch-tokenizer = { git = "https://github.com/meilisearch/tokenizer.git", tag = "v0.2.5" }
mime = "0.3.16"
num_cpus = "1.13.0"
obkv = "0.2.0"