Refactor error handling

This commit is contained in:
2022-02-14 23:42:20 +01:00
parent 1a0fd804ae
commit 7e69f872a7
6 changed files with 173 additions and 46 deletions

View File

@@ -31,6 +31,8 @@ tracing-actix-web = "=0.5.0-beta.9"
regex = "1.5.0"
lazy_static = "1.4.0"
tracing-bunyan-formatter = "0.3.2"
thiserror = "1.0.30"
anyhow = "1.0.53"
[dev-dependencies]
reqwest = { version = "0.11.0", features = ["json"] }