diff --git a/README.md b/README.md index b79e6bb9e..7b8d0885a 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ These crates are provided by the community. | [actix-web-validation] | ![crates.io](https://img.shields.io/crates/v/actix-web-validation?label=latest) [![dependency status](https://deps.rs/crate/actix-web-validation/latest/status.svg)](https://deps.rs/crate/actix-web-validation) | Request validation for Actix Web. | | [actix-jwt-cookies] | ![crates.io](https://img.shields.io/crates/v/actix-jwt-cookies?label=latest) [![dependency status](https://deps.rs/repo/github/Necoo33/actix-jwt-cookies/status.svg)](https://deps.rs/repo/github/Necoo33/actix-jwt-cookies?path=%2F) | Store your data in encrypted cookies and get it elegantly. | | [actix-ws-broadcaster] | ![crates.io](https://img.shields.io/crates/v/actix-ws-broadcaster?label=latest) [![dependency status](https://deps.rs/repo/github/Necoo33/actix-ws-broadcaster/status.svg?path=%2F)](https://deps.rs/repo/github/Necoo33/actix-ws-broadcaster?path=%2F) | A broadcaster library for actix-ws that includes grouping and conditional broadcasting. | +| [actix-web-metrics] | ![crates.io](https://img.shields.io/crates/v/actix-web-metrics?label=latest) [![dependency status](https://deps.rs/crate/actix-web-metrics/latest/status.svg)](https://deps.rs/crate/actix-web-metrics) | Metrics.rs integration for actix-web To add a crate to this list, submit a pull request. @@ -88,3 +89,4 @@ To add a crate to this list, submit a pull request. [apistos]: https://crates.io/crates/apistos [actix-jwt-cookies]: https://crates.io/crates/actix-jwt-cookies [actix-ws-broadcaster]: https://crates.io/crates/actix-ws-broadcaster +[actix-web-metrics]: https://crates.io/crates/actix-web-metrics