From 5d8ebce2111c538121e17105d0535090fe1cd568 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Sun, 7 Nov 2021 17:17:13 +0100 Subject: [PATCH] Add axum-flash to list of community maintained crates --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index 228d3940..e14bc7c7 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -6,6 +6,7 @@ If your project isn't listed here and you would like it to be, please feel free - [axum-server](https://crates.io/crates/axum-server): axum-server is a hyper server implementation designed to be used with axum framework. - [axum-typed-websockets](https://crates.io/crates/axum-typed-websockets): `axum::extract::ws` with type safe messages. +- [axum-flash](https://crates.io/crates/axum-flash): One-time notifications (aka flash messages) for axum. ## Project showcase