1
0
mirror of https://github.com/CCC-MF/bwhc-kafka-rest-proxy.git synced 2025-07-03 00:42:53 +00:00

build: use tracing in debug mode

This commit is contained in:
2024-03-08 14:44:18 +01:00
parent 9ef1072f3c
commit 4e47e19b12
2 changed files with 23 additions and 0 deletions

View File

@ -16,11 +16,22 @@ version = "1.6"
[dependencies.axum]
version = "0.7"
features = ["tracing"]
[dependencies.tracing-subscriber]
version = "0.3"
[dependencies.tracing]
version = "0.1"
[dependencies.tokio]
version = "1.36"
features = ["rt-multi-thread"]
[dependencies.tower-http]
version = "0.5"
features = ["trace"]
[dependencies.serde]
version = "1.0"
features = ["derive"]