mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-07 00:00:12 +02:00
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
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"axum",
|
||||
"axum-debug",
|
||||
"axum-debug-macros",
|
||||
"axum-handle-error-extract",
|
||||
"examples/*",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user