axum/Cargo.toml
2022-06-27 21:55:54 +02:00

14 lines
385 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",
# internal crate used for generating boilerplate code
"internal-code-gen",
]