enable tracing feature for axum
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
1a4736d40b
commit
aef25ea1f7
2 changed files with 3 additions and 0 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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]]
|
||||
|
|
|
@ -75,6 +75,7 @@ features = [
|
|||
"json",
|
||||
"matched-path",
|
||||
"tokio",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
[workspace.dependencies.axum-extra]
|
||||
|
|
Loading…
Add table
Reference in a new issue