feat: client and server errors

This commit is contained in:
Sandro Eiler 2023-10-16 14:38:15 +02:00
parent bcdd397033
commit 0f0f7f3961
4 changed files with 151 additions and 5 deletions

View file

@ -17,6 +17,8 @@ tower-cookies = "0.9"
# Others
lazy-regex = "3"
async-trait = "0.1"
strum_macros = "0.25"
uuid = { version = "1", features = ["v4", "fast-rng"] }
[dev-dependencies]
anyhow = "1"