Merge branch 'native-verifier' of github.com:dark64/ZoKrates into native-verifier
This commit is contained in:
commit
9a9dc5214f
1 changed files with 2 additions and 2 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue