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

@ -7,6 +7,8 @@ pub mod index_controller;
pub use index_controller::{IndexController as MeiliSearch, updates::store::Update};
pub use milli;
mod compression;
mod document_formats;