1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-01-26 01:44:54 +01:00
axum/Cargo.toml
David Pedersen 7e40312cff
Add axum-handle-error-extract crate ()
* 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/*",
]