bellman/Cargo.toml

13 lines
352 B
TOML
Raw Normal View History

2015-12-24 01:58:38 -08:00
[package]
name = "bellman"
version = "0.0.1"
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
homepage = "https://github.com/ebfull/bellman"
repository = "https://github.com/ebfull/bellman"
documentation = "https://github.com/ebfull/bellman"
license = "MIT"
description = "zk-SNARK library"
[dependencies.tinysnark]
path = "tinysnark"
version = "0.0.1"