1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/Cargo.toml
2017-02-21 13:05:30 +01:00

21 lines
377 B
TOML

[package]
name = "code_to_r1cs"
version = "0.1.0"
authors = ["Dennis Kuhnert <mail@kyroy.com>"]
repository = "https://github.com/Kyroy/VerifiableStatementCompiler.git"
readme = "README.md"
build = "build.rs"
[features]
nolibsnark = []
[dependencies]
libc = "0.2.0"
num = "0.1.36"
lazy_static = "0.1.*"
[dev-dependencies]
glob = "0.2.11"
[build-dependencies]
gcc = "0.3.41"