mirror of
https://github.com/mii443/RustySecrets.git
synced 2025-08-22 16:25:32 +00:00
Part 1 of #1. Refactoring to separate lib from command line.
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -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)",
|
||||
]
|
||||
|
Reference in New Issue
Block a user