Better error handling

This commit is contained in:
dav 2024-09-07 16:43:51 -07:00
parent 21e0df60a8
commit dd8cd03036
6 changed files with 207 additions and 68 deletions

View file

@ -15,6 +15,8 @@ prost = "0.13"
prost-types = "0.13"
hyper-util = "0.1.6"
tower = "0.4.13"
log = "0.4.22"
colog = "1.3.0"
[build-dependencies]
anyhow = "1.0"