From 09734a8d125d7f76495d25311ea97ceb57b67e65 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 19 Jan 2022 17:05:38 +0000 Subject: [PATCH] add awmp to list of community crates --- Cargo.toml | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fc37ba081..19d6ac9a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,5 +17,6 @@ actix-session = { path = "actix-session" } # uncomment to quickly test against local actix-web repo # actix-http = { path = "../actix-web/actix-http" } +# actix-router = { path = "../actix-web/actix-router" } # actix-web = { path = "../actix-web" } # awc = { path = "../actix-web/awc" } diff --git a/README.md b/README.md index c1454d70c..3ee010736 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ These crates are provided by the community. | [actix-web-grants] | [![crates.io](https://img.shields.io/crates/v/actix-web-grants?label=latest)](https://crates.io/crates/actix-web-grants) [![Documentation](https://docs.rs/actix-web-grants/badge.svg)](https://docs.rs/actix-web-grants) [![dependency status](https://deps.rs/crate/actix-web-grants/2.0.1/status.svg)](https://deps.rs/crate/actix-web-grants/2.0.1) | Extension for validating user authorities. | | [aliri_actix] | [![crates.io](https://img.shields.io/crates/v/aliri_actix?label=latest)](https://crates.io/crates/aliri_actix) [![Documentation](https://docs.rs/aliri_actix/badge.svg)](https://docs.rs/aliri_actix) [![dependency status](https://deps.rs/crate/aliri_actix/0.5.0/status.svg)](https://deps.rs/crate/aliri_actix/0.5.0) | Endpoint authorization and authentication using scoped OAuth2 JWT tokens. | | [actix-web-flash-messages] | [![crates.io](https://img.shields.io/crates/v/actix-web-flash-messages?label=latest)](https://crates.io/crates/actix-web-flash-messages) [![Documentation](https://docs.rs/actix-web-flash-messages/badge.svg)](https://docs.rs/actix_web_flash_messages) [![dependency status](https://deps.rs/crate/actix-web-flash-messages/0.2.0/status.svg)](https://deps.rs/crate/actix-web-flash-messages/0.2.0) | Support for flash messages/one-time notifications in `actix-web`. | +| [awmp] | [![crates.io](https://img.shields.io/crates/v/awmp?label=latest)](https://crates.io/crates/awmp) [![Documentation](https://docs.rs/awmp/badge.svg)](https://docs.rs/actix_web_flash_messages) [![dependency status](https://deps.rs/crate/awmp/0.7.0/status.svg)](https://deps.rs/crate/awmp/0.7.0) | An easy to use wrapper around multipart fields for Actix Web. | To add a crate to this list, submit a pull request. @@ -58,3 +59,4 @@ To add a crate to this list, submit a pull request. [actix-web-flash-messages]: https://github.com/LukeMathWalker/actix-web-flash-messages [actix-governor]: https://github.com/AaronErhardt/actix-governor [aliri_actix]: https://github.com/neoeinstein/aliri +[awmp]: https://github.com/kardeiz/awmp