feat: add custom errors

This commit is contained in:
2025-09-28 17:44:21 +03:00
parent 8f1bbc88cf
commit 51f07beb4d
7 changed files with 560 additions and 155 deletions

View File

@@ -17,6 +17,8 @@ glob = "0.3"
rand = "0.8" # ed25519-dalek depends on rand_core v0.6
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.10.9"
thiserror = "2.0"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }