mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 00:01:00 +00:00
fix the file store
This commit is contained in:
@ -8,6 +8,7 @@ edition = "2021"
|
||||
[dependencies]
|
||||
anyhow = "1.0.64"
|
||||
bincode = "1.3.3"
|
||||
csv = "1.1.6"
|
||||
derivative = "2.2.0"
|
||||
either = { version = "1.6.1", features = ["serde"] }
|
||||
fst = "0.4.7"
|
||||
|
@ -1,4 +1,5 @@
|
||||
mod batch;
|
||||
mod document_formats;
|
||||
pub mod error;
|
||||
pub mod index;
|
||||
pub mod task;
|
||||
|
Reference in New Issue
Block a user