refactor(proto): start replacing anyhow with thiserror

This commit is contained in:
Jindřich Moravec 2023-12-12 19:31:27 +01:00
parent dbd0ef3970
commit bb39d138d8
8 changed files with 57 additions and 15 deletions

View file

@ -8,3 +8,4 @@ bincode = "2.0.0-rc.3"
anyhow = "1.0.75"
tokio = { version = "1.34.0", features = ["io-util", "macros", "test-util"] }
async-trait = "0.1.74"
thiserror = "1.0.50"