mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-11 06:06:32 +00:00
Fix default-features and missing path dependencies
This commit is contained in:
@@ -16,7 +16,7 @@ bumpalo.workspace = true
|
||||
clap = { workspace = true, features = ["derive"] }
|
||||
either.workspace = true
|
||||
fastrand.workspace = true
|
||||
milli = { path = "../milli" }
|
||||
milli.path = "../milli"
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
serde_json = { workspace = true, features = ["preserve_order"] }
|
||||
tempfile.workspace = true
|
||||
|
Reference in New Issue
Block a user