mirror of
https://github.com/mii443/merkle_sigs.rs.git
synced 2025-08-22 16:05:42 +00:00
Add missing fields to Cargo.toml and bump version
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@ -1,8 +1,16 @@
|
||||
[package]
|
||||
name = "merkle_sigs"
|
||||
version = "1.2.0"
|
||||
version = "1.2.1"
|
||||
authors = ["Frederic Jacobs <github@fredericjacobs.com>"]
|
||||
|
||||
description = "A Rust implementation of Merkle signing"
|
||||
|
||||
license = "BSD-3-Clause"
|
||||
readme = "README.md"
|
||||
documentation = "https://spinresearch.github.io/merkle_sigs.rs/merkle_sigs/index.html"
|
||||
homepage = "https://github.com/SpinResearch/merkle_sigs.rs"
|
||||
repository = "https://github.com/SpinResearch/merkle_sigs.rs"
|
||||
|
||||
[dependencies]
|
||||
ring = "^0.11.0"
|
||||
lamport_sigs = "^0.3.0"
|
||||
|
Reference in New Issue
Block a user