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
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
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;