diff options
| author | Naz <ndpm13@ch-naseem.com> | 2025-10-12 11:00:08 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2025-10-12 11:00:08 +0100 |
| commit | 8a4544fc183e112564bdc6ac8511152c92ce7c56 (patch) | |
| tree | fe9102440b8c747f2f29902eecf35007b7c93936 /Cargo.toml | |
| parent | bbce03f95d82d5373f2b6a1c28b03eb25d7bb94c (diff) | |
✨feat: add tracingdev
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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"] } |
