mpc/Cargo.lock

32 lines
708 B
Plaintext
Raw Normal View History

2016-08-01 17:48:33 -07:00
[root]
name = "mpc"
version = "0.0.1"
dependencies = [
"mpc_snark 0.0.1",
]
[[package]]
name = "gcc"
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "lazy_static"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-08-01 17:48:33 -07:00
[[package]]
name = "mpc_snark"
version = "0.0.1"
dependencies = [
"gcc 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
]