From b315e5b37ef7e9fd2ad24b6e6ddd8bfbee1e79cf Mon Sep 17 00:00:00 2001 From: Vladimir Date: Wed, 15 Mar 2023 18:14:46 +0100 Subject: [PATCH] Update ECOSYSTEM.md (#1857) --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index 6f46ca1e..8ccfc208 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -32,6 +32,7 @@ If your project isn't listed here and you would like it to be, please feel free - [axum-otel-metrics](https://github.com/ttys3/axum-otel-metrics/): A axum OpenTelemetry Metrics middleware with prometheus exporter supported. - [jwt-authorizer](https://crates.io/crates/jwt-authorizer): JWT authorization layer for axum (oidc discovery, validation options, claims extraction, etc.) - [axum-typed-multipart](https://crates.io/crates/axum_typed_multipart): Type safe wrapper for `axum::extract::Multipart`. +- [tower-governor](https://crates.io/crates/tower_governor): A Tower service and layer that provides a rate-limiting backend by [governor](https://crates.io/crates/governor) ## Project showcase