mirror of
https://github.com/logos-co/nomos-pocs.git
synced 2025-02-06 22:43:29 +00:00
* Add zone funds spending logic First iteration of the zone funds death constraints * Add zone logic support for withdrawal txs * move zone proofs out of cl crate * Address review comments
12 lines
186 B
TOML
12 lines
186 B
TOML
[package]
|
|
name = "goas_risc0_proofs"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[build-dependencies]
|
|
risc0-build = { version = "1.0" }
|
|
|
|
[package.metadata.risc0]
|
|
methods = ["spend_zone_funds"]
|
|
|