axum/Cargo.toml

13 lines
306 B
TOML
Raw Normal View History

[workspace]
members = [
"axum",
"axum-core",
2022-07-03 13:18:27 +02: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",
]