mirror of
https://github.com/mii443/RustySecrets.git
synced 2025-08-22 16:25:32 +00:00
25 lines
641 B
TOML
25 lines
641 B
TOML
[root]
|
|
name = "secretshare"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"crc24 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"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 = "crc24"
|
|
version = "0.0.2"
|
|
source = "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"
|
|
|