Add axum to the list of frameworks in docs ()

This commit is contained in:
Daniel Oliveira 2023-04-04 13:51:57 +01:00 committed by GitHub
parent c42153f20c
commit 7233cda35e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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