chore: add description to the Cargo.toml

This commit is contained in:
Anton Suprunchuk
2021-09-27 12:27:47 +03:00
parent cd84dd5d36
commit a3cb8fcfc6

View File

@@ -2,6 +2,16 @@
name = "rs_merkle"
version = "0.1.0"
edition = "2018"
authors = ["Anton Suprunchuk <anton.suprunchuk@gmail.com>"]
description = "The most advanced Merkle Tree librray for Rust"
edition = "2018"
license = "Apache-2.0/MIT"
repository = "https://github.com/antouhou/rs-merkle"
documentation = "https://docs.rs/rs_merkle/"
readme = "README.md"
keywords = ["merkle", "merkle tree", "merkle proof", "hash tree", "multiproof", "multi proof", "bitcoin", "ethereum", "solidity", 'git']
categories = ["concurrency"]
exclude = ["/ci/*", "/scripts/*", "/.github/*", "/bors.toml"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html