mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-02-07 06:44:11 +00:00
13 lines
352 B
TOML
13 lines
352 B
TOML
|
[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"
|