aboutsummaryrefslogtreecommitdiffstats
path: root/lib/warden-middleware/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/warden-middleware/Cargo.toml')
-rw-r--r--lib/warden-middleware/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/warden-middleware/Cargo.toml b/lib/warden-middleware/Cargo.toml
index 97c2c88..c68bc69 100644
--- a/lib/warden-middleware/Cargo.toml
+++ b/lib/warden-middleware/Cargo.toml
@@ -12,8 +12,10 @@ publish = false
axum.workspace = true
metrics.workspace = true
metrics-exporter-prometheus.workspace = true
+tonic.workspace = true
tower-http = { workspace = true, features = [
"request-id",
"trace",
] }
tracing.workspace = true
+warden-stack = { workspace = true, features = ["opentelemetry-tonic"] }