Skip to content

Commit

Permalink
add metal feature
Browse files Browse the repository at this point in the history
  • Loading branch information
zeegomo committed Sep 3, 2024
1 parent 9fecd81 commit 15f87d2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions proof_of_leadership/risc0/prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ edition = "2021"
cl = { path = "../../../cl/cl" }
leader_proof_statements = { path = "../../proof_statements" }
nomos_pol_risc0_proofs = { path = "../risc0_proofs" }
risc0-zkvm = { version = "1.0", features = ["prove", "metal"] }
risc0-zkvm = { version = "1.0", features = ["prove"] }
risc0-groth16 = { version = "1.0" }
tracing = "0.1"
rand = "0.8.5"
rand_core = "0.6.0"
thiserror = "1.0.62"
anyhow = "1"
anyhow = "1"

[features]
metal = ["risc0-zkvm/metal"]

0 comments on commit 15f87d2

Please sign in to comment.