2015-12-24 12:58:38 +03:00
|
|
|
[package]
|
|
|
|
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
|
2015-12-25 10:37:52 +03:00
|
|
|
description = "zk-SNARK library"
|
2015-12-24 12:58:38 +03:00
|
|
|
documentation = "https://github.com/ebfull/bellman"
|
2015-12-25 10:37:52 +03:00
|
|
|
homepage = "https://github.com/ebfull/bellman"
|
2015-12-24 12:58:38 +03:00
|
|
|
license = "MIT"
|
2015-12-25 10:37:52 +03:00
|
|
|
name = "bellman"
|
|
|
|
repository = "https://github.com/ebfull/bellman"
|
|
|
|
version = "0.0.1"
|
2015-12-24 12:58:38 +03:00
|
|
|
|
2015-12-25 15:52:14 +03:00
|
|
|
[dependencies]
|
|
|
|
rand = "0.3.12"
|
|
|
|
|
2015-12-24 12:58:38 +03:00
|
|
|
[dependencies.tinysnark]
|
|
|
|
path = "tinysnark"
|
2015-12-25 10:37:52 +03:00
|
|
|
version = "0.0.1"
|