Files
axum/Cargo.toml
T

9 lines
110 B
TOML
Raw Normal View History

[workspace]
members = [
"axum",
"axum-core",
2021-11-17 21:00:32 +01:00
"axum-extra",
"axum-macros",
"examples/*",
]