Files
axum/Cargo.toml
T

10 lines
128 B
TOML
Raw Normal View History

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