start moving a lot of task types to meilisearch_types

This commit is contained in:
Tamo
2022-10-12 00:43:24 +02:00
committed by Clément Renault
parent fa4c1de019
commit 510ce9fc51
18 changed files with 416 additions and 347 deletions

View File

@ -13,6 +13,7 @@ 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"] }
tokio = "1.0"
[dev-dependencies]