summaryrefslogtreecommitdiff
path: root/libs/leash/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'libs/leash/Cargo.toml')
-rw-r--r--libs/leash/Cargo.toml12
1 files changed, 9 insertions, 3 deletions
diff --git a/libs/leash/Cargo.toml b/libs/leash/Cargo.toml
index 77dd46c..ca110d0 100644
--- a/libs/leash/Cargo.toml
+++ b/libs/leash/Cargo.toml
@@ -8,6 +8,12 @@ edition = "2021"
[dependencies]
shared = { path = "../shared" }
anyhow = "1.0.68"
-tokio = { version = "1.23.1", features = ["full"] }
-pretty_env_logger = "0.4"
-serde = "1.0.152" \ No newline at end of file
+tokio = { version = "1.23.1", features = ["rt", "signal"] }
+serde = "1.0.152"
+tracing-log = { version = "0.1.3", features = ["env_logger"] }
+tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
+tracing = "0.1.37"
+env_logger = "0.10.0"
+tracing-opentelemetry = "0.18.0"
+opentelemetry = { version ="0.18.0", features = ["rt-tokio"] }
+opentelemetry-otlp = { version = "0.11.0" }