axum-extra: Make typed-routing feature enable routing feature (#3514)

This commit is contained in:
tottoto 2025-10-11 18:22:51 +09:00 committed by Jonas Platte
parent f5804aa6a1
commit 287c674b65
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -63,6 +63,7 @@ query = [
tracing = ["axum-core/tracing", "axum/tracing", "dep:tracing"]
typed-header = ["dep:headers"]
typed-routing = [
"routing",
"dep:axum-macros",
"dep:percent-encoding",
"dep:serde_core",