mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 15:17:18 +01:00
12 lines
302 B
TOML
12 lines
302 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",
|
|
]
|