axum/Cargo.toml
David Pedersen 63560e0299 checkpoint
2022-07-03 13:18:27 +02:00

12 lines
306 B
TOML

[workspace]
members = [
"axum",
"axum-core",
# "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",
]