Add missing fields to Cargo.toml and bump version

This commit is contained in:
Romain Ruetschi
2017-08-03 18:01:11 +02:00
parent b1d79923cd
commit 7db6300e2a

View File

@ -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"