mirror of
https://github.com/logos-co/nomos-pocs.git
synced 2025-02-12 01:06:45 +00:00
a320c20d25
* aat: integrate withdraw with CL * aat: withdrawal passes! * aat: cleanup withdrawals a bit * aat: move Ptx{Input|Output|Private to cl::partial_tx * aat: zone_state zone transition validation coded w.r.t. metadata * aat: rename meta to in_meta in zone transition validation
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"
|