Skip to content

Commit

Permalink
docs: Add fancy badges to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Altair-Bueno committed Jan 2, 2025
1 parent f0fdea4 commit 72a19bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# axum-template

[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Test status](https://github.com/Altair-Bueno/axum-template/actions/workflows/test.yml/badge.svg)](https://github.com/Altair-Bueno/axum-template/actions/workflows/test.yml)
[![Crates.io Version](https://img.shields.io/crates/v/axum-template.svg)](https://crates.io/crates/axum-template)
[![docs.rs](https://img.shields.io/docsrs/axum-template)](https://docs.rs/axum-template)
![MSRV](https://img.shields.io/crates/msrv/axum-template)

Layers, extractors and template engine wrappers for [axum] based Web MVC
applications

Expand Down

0 comments on commit 72a19bd

Please sign in to comment.