mpc/Cargo.toml

23 lines
435 B
TOML
Raw Normal View History

2016-08-01 17:48:33 -07:00
[package]
name = "mpc"
version = "0.0.1"
authors = [
"Sean Bowe <ewillbefull@gmail.com>",
"Ariel Gabizon <ariel@z.cash>",
"Matthew Green <mgreen@cs.jhu.edu>"
]
license = "MIT OR Apache-2.0"
readme = "README.md"
[dependencies]
2016-08-02 09:25:57 -07:00
snark = { path = "./snark/" }
2016-09-15 07:43:45 -07:00
bn = "0.3.0"
2016-08-06 10:32:31 -07:00
crossbeam = "0.2.9"
rand = "0.3.14"
rustc-serialize = "~0.3.19"
[dependencies.bincode]
version = "0.6.0"
default-features = false
features = ["rustc-serialize"]