mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-18 00:00:15 +02:00
* Add `axum-handle-error-extract` crate
* fixup
* Fix readme link
* Add `HandleErrorExt` for new error handling middleware
* Revert "fixup"
This reverts commit 83e04954df.
7 lines
89 B
TOML
7 lines
89 B
TOML
[workspace]
|
|
members = [
|
|
"axum",
|
|
"axum-handle-error-extract",
|
|
"examples/*",
|
|
]
|