aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index aca3cf5..15569ce 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3787,11 +3787,14 @@ name = "warden"
version = "0.1.0"
dependencies = [
"anyhow",
+ "async-nats",
"axum",
"clap",
"config",
"metrics",
"metrics-exporter-prometheus",
+ "opentelemetry",
+ "opentelemetry-semantic-conventions",
"prost 0.14.1",
"serde",
"serde_json",
@@ -3802,6 +3805,7 @@ dependencies = [
"tower",
"tower-http",
"tracing",
+ "tracing-opentelemetry",
"utoipa",
"utoipa-axum",
"utoipa-rapidoc",