mirror of
https://github.com/mii443/RustySecrets.git
synced 2025-08-22 16:25:32 +00:00
18 lines
472 B
TOML
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"
|
|
|