diff --git a/README.md b/README.md index 7b8d0885a..8245766df 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ These crates are provided by the community. | [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 +| [actix-htmx] | ![crates.io](https://img.shields.io/crates/v/actix-htmx?label=latest) [![dependency status](https://deps.rs/crate/actix-htmx/latest/status.svg)](https://deps.rs/crate/actix-htmx) | Htmx integration for Actix Web. To add a crate to this list, submit a pull request. @@ -90,3 +91,4 @@ To add a crate to this list, submit a pull request. [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 +[actix-htmx]: https://crates.io/crates/actix-htmx