mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-08 16:13:07 +00:00
15 lines
362 B
TOML
15 lines
362 B
TOML
[package]
|
|
name = "ledger"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cl = { path = "../cl" }
|
|
proof_statements = { path = "../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"
|