Files
axum/Cargo.toml
T

13 lines
302 B
TOML
Raw Normal View History

[workspace]
members = [
"axum",
"axum-core",
2021-11-17 21:00:32 +01:00
"axum-extra",
"axum-macros",
# internal crate used to bump the minimum versions we
# get for some dependencies which otherwise wouldn't build
# with `cargo +nightly update -Z minimal-versions`
"internal-minimal-versions",
]