mirror of
https://github.com/mii443/merkle_sigs.rs.git
synced 2025-08-23 00:15:43 +00:00
Point Cargo.toml documentation field to docs.rs
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@ -1,13 +1,11 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "merkle_sigs"
|
name = "merkle_sigs"
|
||||||
version = "1.7.1-pre"
|
version = "1.7.1-pre"
|
||||||
authors = ["Frederic Jacobs <github@fredericjacobs.com>"]
|
authors = ["Frederic Jacobs <github@fredericjacobs.com>"]
|
||||||
|
description = "Implementation of Merkle signing"
|
||||||
description = "Implementation of Merkle signing"
|
|
||||||
|
|
||||||
license = "BSD-3-Clause"
|
license = "BSD-3-Clause"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
documentation = "https://spinresearch.github.io/merkle_sigs.rs/merkle_sigs/index.html"
|
documentation = "https://docs.rs/merkle_sigs"
|
||||||
homepage = "https://github.com/SpinResearch/merkle_sigs.rs"
|
homepage = "https://github.com/SpinResearch/merkle_sigs.rs"
|
||||||
repository = "https://github.com/SpinResearch/merkle_sigs.rs"
|
repository = "https://github.com/SpinResearch/merkle_sigs.rs"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user