mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-25 00:00:23 +02:00
* Move `axum-handle-error-extract` into axum With 0.4 underway we can now nuke `axum-handle-error-extract` and move its code directly into axum. So this replaces the old `HandleErrorLayer` with one that supports async functions and extractors. * changelog * fix CI
7 lines
74 B
TOML
7 lines
74 B
TOML
[workspace]
|
|
members = [
|
|
"axum",
|
|
"axum-debug",
|
|
"examples/*",
|
|
]
|