From 8d526391f59a6d849e62760a4a9d8b0972cceb8f Mon Sep 17 00:00:00 2001 From: Magamedrasul Ibragimov Date: Tue, 11 Oct 2022 20:10:32 +0300 Subject: [PATCH] docs: update readme --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e318f6..a73c5f7 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# pmtree +

pmtree

+ +

Persistent Merkle Tree in Rust

+ +![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" } +``` \ No newline at end of file