diff options
Diffstat (limited to 'crates')
-rw-r--r-- | crates/warden/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/warden/Cargo.toml b/crates/warden/Cargo.toml index 798dfdc..7f4a4d6 100644 --- a/crates/warden/Cargo.toml +++ b/crates/warden/Cargo.toml @@ -61,4 +61,4 @@ tower = { workspace = true, features = ["util"] } [dependencies.warden-stack] workspace = true -features = ["api", "cache", "nats-jetstream", "opentelemetry", "postgres", "tracing-loki"] +features = ["api", "cache", "nats-jetstream", "opentelemetry-tonic", "postgres", "tracing-loki"] |