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