mirror of
https://github.com/mii443/RustySecrets.git
synced 2025-08-22 16:25:32 +00:00
14 lines
317 B
TOML
14 lines
317 B
TOML
[package]
|
|
name = "secretshare"
|
|
version = "0.1.2"
|
|
authors = ["Sebastian Gesemann <s.gesemann@gmail.com>"]
|
|
description = "This is an implementation of Shamir's secret sharing scheme."
|
|
license = "GPLv3"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
getopts = "^0.2.1"
|
|
rustc-serialize = "^0.2.11"
|
|
crc24 = "^0.1.0"
|
|
rand = "^0.1.2"
|