mirror of
https://github.com/mii443/merkle.rs.git
synced 2025-08-23 00:15:31 +00:00
Adding Crates.io (#3)
* Adding Cargo required fields. * Adding Crates.io badge.
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
|
||||
[package]
|
||||
name = "merkle"
|
||||
version = "0.1.0"
|
||||
@ -8,6 +7,12 @@ authors = [
|
||||
"Romain Ruetschi <romain.ruetschi@gmail.com>"
|
||||
]
|
||||
|
||||
description = "Merkle is a Rust implementation of a Merkle tree with support for generation of inclusion proofs."
|
||||
license = "BSD-3-Clause"
|
||||
documentation = "https://spinresearch.github.io/merkle.rs/merkle/index.html"
|
||||
homepage = "https://github.com/SpinResearch/merkle.rs"
|
||||
repository = "https://github.com/SpinResearch/merkle.rs"
|
||||
|
||||
[dependencies]
|
||||
rust-crypto = "^0.2.36"
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||

|
||||
[](https://github.com/SpinResearch/merkle.rs/issues)
|
||||

|
||||
[](https://crates.io/crates/merkle)
|
||||
|
||||
> *merkle.rs* is a Rust implementation of a [Merkle tree](https://en.wikipedia.org/wiki/Merkle_tree).
|
||||
|
||||
|
Reference in New Issue
Block a user