move the API key in meilisearch_types

This commit is contained in:
Tamo
2022-10-12 16:10:28 +02:00
committed by Clément Renault
parent c192146fbe
commit 7034803712
12 changed files with 407 additions and 246 deletions

View File

@ -9,11 +9,13 @@ actix-web = { version = "4.2.1", default-features = false }
csv = "1.1.6"
either = { version = "1.6.1", features = ["serde"] }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.33.4", default-features = false }
enum-iterator = "0.7.0"
proptest = { version = "1.0.0", optional = true }
proptest-derive = { version = "0.3.0", optional = true }
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.85"
time = { version = "0.3.7", features = ["serde-well-known", "formatting", "parsing", "macros"] }
thiserror = "1.0.30"
tokio = "1.0"
uuid = { version = "1.1.2", features = ["serde", "v4"] }