mirror of https://github.com/vacp2p/pmtree.git
docs: update readme
This commit is contained in:
parent
78ea4bce76
commit
8d526391f5
13
README.md
13
README.md
|
@ -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" }
|
||||||
|
```
|
Loading…
Reference in New Issue