mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-25 00:00:23 +02:00
axum-extra: Make typed-routing feature enable routing feature (#3514)
This commit is contained in:
@@ -63,6 +63,7 @@ query = [
|
|||||||
tracing = ["axum-core/tracing", "axum/tracing", "dep:tracing"]
|
tracing = ["axum-core/tracing", "axum/tracing", "dep:tracing"]
|
||||||
typed-header = ["dep:headers"]
|
typed-header = ["dep:headers"]
|
||||||
typed-routing = [
|
typed-routing = [
|
||||||
|
"routing",
|
||||||
"dep:axum-macros",
|
"dep:axum-macros",
|
||||||
"dep:percent-encoding",
|
"dep:percent-encoding",
|
||||||
"dep:serde_core",
|
"dep:serde_core",
|
||||||
|
|||||||
Reference in New Issue
Block a user