mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-15 13:58:36 +02:00
Integrate deserr on the most important routes
This commit is contained in:
parent
839b05c43d
commit
50ce0409bc
21 changed files with 1582 additions and 657 deletions
|
@ -5,6 +5,7 @@ authors = ["marin <postma.marin@protonmail.com>"]
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
deserr = { path = "../../deserr", features = ["serde-json"] }
|
||||
actix-web = { version = "4.2.1", default-features = false }
|
||||
anyhow = "1.0.65"
|
||||
convert_case = "0.6.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue