First commit.

This commit is contained in:
Sebastian Gesemann
2015-01-29 17:03:31 +01:00
commit 3ab77d5b31
5 changed files with 423 additions and 0 deletions

18
Cargo.lock generated Normal file
View File

@ -0,0 +1,18 @@
[root]
name = "secretshare"
version = "0.0.1"
dependencies = [
"getopts 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "getopts"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "rustc-serialize"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"