2025-10-19 23:45:26 +04:00

15 lines
506 B
TOML

[package]
name = "risc0_proofs"
version = "0.1.0"
edition = "2021"
[dependencies]
risc0-zkvm = { version = "3.0.3", default-features = false, features = ['std'] }
serde = { version = "1.0", features = ["derive"] }
cl = { path = "../cl" }
ledger_proof_statements = { path = "../ledger_proof_statements" }
[patch.crates-io]
# add RISC Zero accelerator support for all downstream usages of the following crates.
sha2 = { git = "https://github.com/risc0/RustCrypto-hashes", tag = "sha2-v0.10.8-risczero.0" }