mirror of
https://github.com/logos-co/nomos-pocs.git
synced 2025-02-06 06:24:11 +00:00
* 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
9 lines
169 B
TOML
9 lines
169 B
TOML
[package]
|
|
name = "ledger_proof_statements"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cl = { path = "../cl" }
|
|
serde = { version = "1.0", features = ["derive"] }
|