1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-04-26 13:56:22 +02:00

Add Baxe to ECOSYSTEM.md

Add link to baxe-rs to ECOSYSTEM.md
This commit is contained in:
Manuel Tumiati 2025-02-01 13:19:00 +01:00 committed by Yann Simon
parent 6c9cabf985
commit a192480c4f

View file

@ -54,6 +54,7 @@ If your project isn't listed here and you would like it to be, please feel free
- [axum-negotiate-layer](https://github.com/2ndDerivative/axum-negotiate-layer): Middleware/Layer for Kerberos/NTLM "Negotiate" authentication.
- [axum-kit](https://github.com/4lkaid/axum-kit): Streamline the integration and usage of axum with SQLx and Redis.
- [tower_allowed_hosts](https://crates.io/crates/tower_allowed_hosts): Allowed hosts middleware which limits request from only allowed hosts.
- [baxe](https://github.com/zyphelabs/baxe): Simple macro for defining backend errors once and automatically generate standardized JSON error responses, saving time and reducing complexity
## Project showcase