Skip to content

Commit

Permalink
fix: features activate in conditional in cli template
Browse files Browse the repository at this point in the history
  • Loading branch information
sifnoc committed Mar 3, 2025
1 parent 8465853 commit 41a0831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/template/init/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default = ["<FEATURES>"]

[dependencies]
mopro-wasm = { git = "https://github.com/zkmopro/mopro.git" }
mopro-ffi = { git = "https://github.com/zkmopro/mopro.git", features = ["halo2", "circom"] }
mopro-ffi = { git = "https://github.com/zkmopro/mopro.git" }
circom-prover = { git = "https://github.com/zkmopro/mopro.git" }
rust-witness = "0.1"
uniffi = { version = "=0.29.0" }
Expand Down

0 comments on commit 41a0831

Please sign in to comment.