mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Sort the TOML dependencies
This commit is contained in:
parent
3f6bd7fb11
commit
85d567e878
6 changed files with 36 additions and 44 deletions
|
@ -9,8 +9,8 @@ actix-web = { version = "4.2.1", default-features = false }
|
|||
csv = "1.1.6"
|
||||
either = { version = "1.6.1", features = ["serde"] }
|
||||
enum-iterator = "1.1.3"
|
||||
milli = { git = "https://github.com/meilisearch/milli.git", branch = "indexation-abortion", default-features = false }
|
||||
fst = "0.4.7"
|
||||
milli = { git = "https://github.com/meilisearch/milli.git", branch = "indexation-abortion", default-features = false }
|
||||
proptest = { version = "1.0.0", optional = true }
|
||||
proptest-derive = { version = "0.3.0", optional = true }
|
||||
roaring = { version = "0.10.0", features = ["serde"] }
|
||||
|
@ -22,10 +22,10 @@ tokio = "1.0"
|
|||
uuid = { version = "1.1.2", features = ["serde", "v4"] }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = "1.19.1"
|
||||
meili-snap = { path = "../meili-snap" }
|
||||
proptest = "1.0.0"
|
||||
proptest-derive = "0.3.0"
|
||||
meili-snap = { path = "../meili-snap" }
|
||||
insta = "1.19.1"
|
||||
|
||||
[features]
|
||||
# all specialized tokenizations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue