Initial commit

This commit is contained in:
Sean Bowe
2015-12-24 02:58:38 -07:00
commit 45111d6576
12 changed files with 152 additions and 0 deletions

13
tinysnark/Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "tinysnark"
homepage = "https://github.com/ebfull/bellman"
repository = "https://github.com/ebfull/bellman"
documentation = "https://github.com/ebfull/bellman"
license = "MIT"
description = "Tiny libsnark bindings"
version = "0.0.1"
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
build = "build.rs"
[build-dependencies]
gcc = "0.3"