Point Cargo.toml documentation field to docs.rs

This commit is contained in:
Romain Ruetschi
2020-07-09 23:49:54 +02:00
parent 19de6d3669
commit 72fc7454dd

View File

@ -10,7 +10,7 @@ authors = [
edition = "2018"
description = "Merkle tree implementation with support for generation of inclusion proofs."
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"
repository = "https://github.com/SpinResearch/merkle.rs"
readme = "README.md"