mirror of
https://github.com/mii443/merkle.rs.git
synced 2025-08-22 16:05:30 +00:00
Point Cargo.toml documentation field to docs.rs
This commit is contained in:
@ -10,7 +10,7 @@ authors = [
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Merkle tree implementation with support for generation of inclusion proofs."
|
description = "Merkle tree implementation with support for generation of inclusion proofs."
|
||||||
license = "BSD-3-Clause"
|
license = "BSD-3-Clause"
|
||||||
documentation = "https://spinresearch.github.io/merkle.rs/merkle/index.html"
|
documentation = "https://docs.rs/merkle"
|
||||||
homepage = "https://github.com/SpinResearch/merkle.rs"
|
homepage = "https://github.com/SpinResearch/merkle.rs"
|
||||||
repository = "https://github.com/SpinResearch/merkle.rs"
|
repository = "https://github.com/SpinResearch/merkle.rs"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
Reference in New Issue
Block a user