1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

Merge branch 'native-verifier' of github.com:dark64/ZoKrates into native-verifier

This commit is contained in:
dark64 2020-04-15 15:54:27 +02:00
commit 9a9dc5214f

View file

@ -7,7 +7,7 @@ readme = "README.md"
build = "build.rs"
[features]
default = ["libsnark"]
default = []
libsnark = ["cc", "cmake", "git2"]
wasm = ["bellman_ce/wasm", "zokrates_embed/wasm"]
multicore = ["bellman_ce/multicore"]
@ -44,4 +44,4 @@ wasm-bindgen-test = "0.3.0"
[build-dependencies]
cc = { version = "1.0", features = ["parallel"], optional = true }
cmake = { version = "0.1.31", optional = true }
git2 = { version = "0.13.1", optional = true }
git2 = { version = "0.13.1", optional = true }