From 7233cda35eed7bba91c9c55564d65498067c3822 Mon Sep 17 00:00:00 2001 From: Daniel Oliveira <drdo@drdo.eu> Date: Tue, 4 Apr 2023 13:51:57 +0100 Subject: [PATCH] Add axum to the list of frameworks in docs (#370) --- docs/content/web-frameworks.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/web-frameworks.md b/docs/content/web-frameworks.md index ce0d676..3579f1a 100644 --- a/docs/content/web-frameworks.md +++ b/docs/content/web-frameworks.md @@ -1,11 +1,12 @@ # Web framework integration -Maud includes support for these web frameworks: [Actix], [Rocket], [Rouille], and [Tide]. +Maud includes support for these web frameworks: [Actix], [Rocket], [Rouille], [Tide] and [Axum]. [Actix]: https://actix.rs/ [Rocket]: https://rocket.rs/ [Rouille]: https://github.com/tomaka/rouille [Tide]: https://docs.rs/tide/ +[Axum]: https://docs.rs/axum/ # Actix