mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-02-18 03:53:11 +00:00
15 lines
397 B
TOML
15 lines
397 B
TOML
[package]
|
|
name = "ledger"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cl = { path = "../cl" }
|
|
ledger_proof_statements = { path = "../ledger_proof_statements" }
|
|
risc0_images = { path = "../risc0_images", features = ["elf"]}
|
|
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"
|
|
hex = "0.4" |