summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNaz <ndpm13@ch-naseem.com>2025-10-12 11:00:08 +0100
committerNaz <ndpm13@ch-naseem.com>2025-10-12 11:00:08 +0100
commit8a4544fc183e112564bdc6ac8511152c92ce7c56 (patch)
treefe9102440b8c747f2f29902eecf35007b7c93936 /Cargo.toml
parentbbce03f95d82d5373f2b6a1c28b03eb25d7bb94c (diff)
✨feat: add tracingdev
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a6798f4..f64cf45 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,4 +18,6 @@ serde = { version = "1.0.223", features = ["derive"] }
serde_json = "1.0.145"
tokio = { version = "1.47.1", features = ["full"] }
toml = "0.9.5"
-tower-http = { version = "0.6.6", features = ["fs"] }
+tower-http = { version = "0.6.6", features = ["fs", "trace"] }
+tracing = "0.1.41"
+tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }