mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-31 15:52:14 +00:00
14 lines
351 B
TOML
14 lines
351 B
TOML
|
[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"
|