Files
axum/Cargo.toml
T

9 lines
132 B
TOML
Raw Normal View History

[workspace]
members = [
"axum",
2021-11-11 17:18:40 +03:00
"axum-debug",
"axum-debug-macros",
2021-11-08 19:24:54 +01:00
"axum-handle-error-extract",
"examples/*",
]