refactor(arbiter-client): rewrite errors to terrros

This commit is contained in:
CleverWild
2026-03-24 17:25:45 +01:00
parent 2148faa376
commit efb11d2271
10 changed files with 235 additions and 132 deletions

View File

@@ -24,3 +24,4 @@ http = "1.4.0"
rustls-webpki = { version = "0.103.10", features = ["aws-lc-rs"] }
async-trait.workspace = true
rand.workspace = true
terrors.workspace = true