mirror of
https://github.com/mii443/merkle_sigs.rs.git
synced 2025-08-22 16:05:42 +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]
|
||||
name = "merkle_sigs"
|
||||
version = "1.7.1-pre"
|
||||
authors = ["Frederic Jacobs <github@fredericjacobs.com>"]
|
||||
|
||||
description = "Implementation of Merkle signing"
|
||||
|
||||
name = "merkle_sigs"
|
||||
version = "1.7.1-pre"
|
||||
authors = ["Frederic Jacobs <github@fredericjacobs.com>"]
|
||||
description = "Implementation of Merkle signing"
|
||||
license = "BSD-3-Clause"
|
||||
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"
|
||||
repository = "https://github.com/SpinResearch/merkle_sigs.rs"
|
||||
|
||||
|
Reference in New Issue
Block a user