Import milli from meilisearch-lib in meilisearch-http

This commit is contained in:
Kerollmops
2022-03-24 14:44:52 +01:00
parent 7e65816d63
commit ee6be4f6b9
4 changed files with 2 additions and 4 deletions

View File

@ -13,7 +13,6 @@ mod update_file_store;
use std::path::Path;
pub use index_controller::MeiliSearch;
pub use milli;
mod compression;