diff --git a/apps/nxmesh-master/Cargo.toml b/apps/nxmesh-master/Cargo.toml index 4fa030e..825c612 100644 --- a/apps/nxmesh-master/Cargo.toml +++ b/apps/nxmesh-master/Cargo.toml @@ -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