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

View file

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