mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-22 00:00:17 +02:00
* add axum-debug to workspace * update readme * add changes to changelog * little docs update * fix the gap a tab has leaked into workspace Cargo.toml, it must be fixed * address clippy warnings
9 lines
132 B
TOML
9 lines
132 B
TOML
[workspace]
|
|
members = [
|
|
"axum",
|
|
"axum-debug",
|
|
"axum-debug-macros",
|
|
"axum-handle-error-extract",
|
|
"examples/*",
|
|
]
|