pirate-librustzcash/tinysnark/Cargo.toml

17 lines
382 B
TOML
Raw Normal View History

2015-12-24 09:58:38 +00:00
[package]
2015-12-25 07:30:10 +00:00
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
build = "build.rs"
description = "Tiny libsnark bindings"
2015-12-24 09:58:38 +00:00
documentation = "https://github.com/ebfull/bellman"
2015-12-25 07:30:10 +00:00
homepage = "https://github.com/ebfull/bellman"
2015-12-24 09:58:38 +00:00
license = "MIT"
2015-12-25 07:30:10 +00:00
name = "tinysnark"
repository = "https://github.com/ebfull/bellman"
2015-12-24 09:58:38 +00:00
version = "0.0.1"
[build-dependencies]
gcc = "0.3"
2015-12-25 07:30:10 +00:00
[dependencies]
libc = "0.2.4"