mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-07-05 13:55:33 +00:00
Define error response format and refactor error handling
This commit is contained in:
parent
4ceffe3f31
commit
4937502d4c
6 changed files with 341 additions and 195 deletions
|
@ -6,6 +6,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
anyhow = "1"
|
||||
axum = { version = "0.7", features = ["tokio"] }
|
||||
axum-extra = "0.9"
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
ed25519-dalek = "2"
|
||||
futures-util = "0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue