axum/Cargo.toml
David Pedersen 7e40312cff
Add axum-handle-error-extract crate (#468)
* Add `axum-handle-error-extract` crate

* fixup

* Fix readme link

* Add `HandleErrorExt` for new error handling middleware

* Revert "fixup"

This reverts commit 83e04954df.
2021-11-08 19:24:54 +01:00

6 lines
89 B
TOML

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