enable tracing feature for axum

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-05-28 02:28:45 -04:00
parent 1a4736d40b
commit aef25ea1f7
2 changed files with 3 additions and 0 deletions

2
Cargo.lock generated
View file

@ -224,6 +224,7 @@ dependencies = [
"tower",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
@ -261,6 +262,7 @@ dependencies = [
"sync_wrapper 0.1.2",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]

View file

@ -75,6 +75,7 @@ features = [
"json",
"matched-path",
"tokio",
"tracing",
]
[workspace.dependencies.axum-extra]