16 lines
390 B
TOML
16 lines
390 B
TOML
[package]
|
|
name = "ledger"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cl = { path = "../cl" }
|
|
ledger_proof_statements = { path = "../ledger_proof_statements" }
|
|
nomos_cl_risc0_proofs = { path = "../risc0_proofs" }
|
|
risc0-zkvm = { version = "1.0", features = ["prove", "metal"] }
|
|
risc0-groth16 = { version = "1.0" }
|
|
rand = "0.8.5"
|
|
rand_core = "0.6.0"
|
|
thiserror = "1.0.62"
|
|
sha2 = "0.10"
|