Files
axum/Cargo.toml
T
Eray Karatay f6b47478da Move axum-debug crate to workspace (#497)
* 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
2021-11-11 15:18:40 +01:00

9 lines
132 B
TOML

[workspace]
members = [
"axum",
"axum-debug",
"axum-debug-macros",
"axum-handle-error-extract",
"examples/*",
]