Skip to content

Commit

Permalink
doc: add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
go-compile committed Dec 29, 2022
1 parent a79e32e commit 8544c0d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# MIM-RS (Minimal Identity Mozaic)

[![Version](https://img.shields.io/crates/v/mim?style=flat-square)](https://crates.io/crates/mim)
![License](https://img.shields.io/crates/l/mim?style=flat-square)

<div align="center">
<img width="150px" src=".github/rust.svg" />

Expand Down Expand Up @@ -47,4 +50,11 @@ fn main() {
// print Mozaic as ASNI
println!("\n{}", &moz.ansi());
}
```

## Install

```toml
[dependencies]
mim = "0.1.0"
```

0 comments on commit 8544c0d

Please sign in to comment.