Skip to content

Commit

Permalink
Update README.md (#3)
Browse files Browse the repository at this point in the history
add some status badges
  • Loading branch information
antkiller996 committed Jun 19, 2023
1 parent aa6ed21 commit aac4ddb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
rust-tugraph
=====================
[![CI](https://github.com/antkiller996/rust-tugraph/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/antkiller996/rust-tugraph/actions/workflows/ci.yml)
[![crates.io](https://img.shields.io/crates/v/rust-tugraph)](rust-tugraph)
[![docs.rs](https://img.shields.io/docsrs/rust-tugraph/latest)](https://docs.rs/tugraph)
[![license](https://img.shields.io/crates/l/rust-tugraph)](https://github.com/antkiller996/rust-tugraph/blob/master/LICENSE)
![rust 1.68.0 required](https://img.shields.io/badge/rust-1.68.0-blue.svg?label=MSRV)

# Requirements
- tugraph-db Build Toolchains
Expand Down Expand Up @@ -31,4 +36,4 @@ If you want to write rust procedure, crate [plugin-util] helps you a lot.

[Dockerfile]: https://github.com/TuGraph-family/tugraph-db/tree/master/ci/images
[Rust API Guidelines Checklists]: https://rust-lang.github.io/api-guidelines/checklist.html
[plugin-util]: plugin-util/README.md
[plugin-util]: plugin-util/README.md

0 comments on commit aac4ddb

Please sign in to comment.