Skip to content

Commit e0263aa

Browse files
committed
Update README.md
1 parent 15f3c7e commit e0263aa

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Vespera
22
A fully automated OpenAPI engine for Axum with zero-config route and schema discovery.
33

4+
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE)
5+
[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/dev-five-git/vespera/CI.yml?branch=main&label=CI)](https://github.com/dev-five-git/vespera/actions)
6+
[![Codecov](https://img.shields.io/codecov/c/github/dev-five-git/vespera)](https://codecov.io/gh/dev-five-git/vespera)
7+
[![GitHub stars](https://img.shields.io/github/stars/dev-five-git/vespera.svg?style=social&label=Star)](https://github.com/dev-five-git/vespera)
8+
[![GitHub forks](https://img.shields.io/github/forks/dev-five-git/vespera.svg?style=social&label=Fork)](https://github.com/dev-five-git/vespera/fork)
9+
[![GitHub issues](https://img.shields.io/github/issues/dev-five-git/vespera.svg)](https://github.com/dev-five-git/vespera/issues)
10+
[![GitHub pull requests](https://img.shields.io/github/issues-pr/dev-five-git/vespera.svg)](https://github.com/dev-five-git/vespera/pulls)
11+
[![GitHub last commit](https://img.shields.io/github/last-commit/dev-five-git/vespera.svg)](https://github.com/dev-five-git/vespera/commits/main)
12+
[![OpenAPI](https://img.shields.io/badge/OpenAPI-3.1-green.svg)](https://www.openapis.org/)
13+
414
---
515

616
## Introduction

0 commit comments

Comments
 (0)