re-export milli from meilisearch_lib

This commit is contained in:
mpostma
2021-09-28 22:08:03 +02:00
parent 1cc733f801
commit 3503fbf7fe
7 changed files with 8 additions and 6 deletions

View File

@ -49,7 +49,6 @@ meilisearch-lib = { path = "../meilisearch-lib" }
meilisearch-error = { path = "../meilisearch-error" }
meilisearch-tokenizer = { git = "https://github.com/meilisearch/tokenizer.git", tag = "v0.2.5" }
memmap = "0.7.0"
milli = { path = "../../milli/milli" }
mime = "0.3.16"
num_cpus = "1.13.0"
once_cell = "1.8.0"