Files
RustySecrets/Cargo.toml
2017-08-04 18:14:56 +02:00

18 lines
472 B
TOML

[package]
name = "rusty_secrets"
version = "0.0.3"
authors = ["Frederic Jacobs <github@fredericjacobs.com>", "sellibitze"]
description = "Implementation of threshold Shamir's secret sharing in the Rust programming language."
homepage = "https://github.com/freedomofpress/RustySecrets"
license = "BSD-3-Clause"
readme = "README.md"
build = "build.rs"
[dependencies]
rustc-serialize = "^0.3.18"
rand = "^0.3.14"
ring = "^0.11.0"
merkle_sigs = "^1.2.1"
protobuf = "^1.2.0"