17 lines
382 B
TOML
Raw Normal View History

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