docs: update readme

This commit is contained in:
Magamedrasul Ibragimov 2022-10-11 20:10:32 +03:00
parent 78ea4bce76
commit 8d526391f5
1 changed files with 12 additions and 1 deletions

View File

@ -1 +1,12 @@
# pmtree
<h1 align="center">pmtree</h1>
<p align="center">Persistent Merkle Tree in Rust</p>
![last commit status](https://github.com/Rate-Limiting-Nullifier/pmtree/workflows/Build-Test-Fmt/badge.svg)
## How to use
```toml
[dependencies]
pmtree = { git = "https://github.com/Rate-Limiting-Nullifier/pmtree" }
```