mpc/snark/Cargo.toml

20 lines
321 B
TOML
Raw Normal View History

[package]
2016-08-02 09:25:57 -07:00
name = "snark"
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"
build = "src/build.rs"
[build-dependencies]
gcc = "0.3.*"
[dependencies]
libc = "0.2.*"
lazy_static = "0.1.*"
2016-09-15 07:43:45 -07:00
bn = "0.3.0"