mirror of
https://github.com/tlsnotary/rs-merkle.git
synced 2026-01-08 22:38:07 -05:00
chore: add description to the Cargo.toml
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user