Files
axum/Cargo.toml
T
David Pedersen dfa2e3b09f Fix nesting of opaque services that paths that contain params (#841)
* checkpoint

* fix it

* more consistent macros

* fix msrv
2022-03-08 21:27:44 +01:00

9 lines
112 B
TOML

[workspace]
members = [
"axum",
"axum-core",
"axum-extra",
"axum-macros",
# "examples/*",
]