chore: add anyhow and tokio-stream dependencies
- anyhow for error handling with backtrace support - tokio-stream for gRPC stream handling
This commit is contained in:
@@ -31,6 +31,9 @@ thiserror.workspace = true
|
||||
tracing.workspace = true
|
||||
tracing-subscriber.workspace = true
|
||||
|
||||
#
|
||||
anyhow = { version = "1.0.102", features = ["backtrace"] }
|
||||
|
||||
# Web
|
||||
axum = { workspace = true, features = ["ws"] }
|
||||
tower.workspace = true
|
||||
@@ -87,6 +90,7 @@ zip = { workspace = true }
|
||||
rust-embed = { version = "8.11.0", features = [] }
|
||||
mime_guess = "2.0.5"
|
||||
axum-test = "20.0.0"
|
||||
tokio-stream.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
tokio-test.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user