Integrate deserr on the most important routes

This commit is contained in:
Tamo
2022-12-14 13:00:43 +01:00
parent 839b05c43d
commit 50ce0409bc
21 changed files with 1582 additions and 657 deletions

View File

@ -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"