First steps with hopefully better error handling

This commit is contained in:
Lennart
2023-09-14 13:21:35 +02:00
parent 4eb8aa44b4
commit 1e65d3d69d
4 changed files with 81 additions and 52 deletions

View File

@@ -22,3 +22,4 @@ serde = { version = "1.0.188", features = ["serde_derive", "derive"] }
serde_json = "1.0.105"
tokio = { version = "1.32.0", features = ["sync", "full"] }
async-trait = "0.1.73"
thiserror = "1.0.48"