Part 1 of #1. Refactoring to separate lib from command line.

This commit is contained in:
Frederic Jacobs
2016-04-02 13:06:26 +02:00
parent 16be20fcff
commit 8c37b2f629
7 changed files with 277 additions and 224 deletions

5
Cargo.lock generated
View File

@ -1,8 +1,9 @@
[root]
name = "secretshare"
version = "0.1.6"
name = "rusty-secrets"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
]