mirror of
https://github.com/logos-co/nomos-pocs.git
synced 2025-02-11 08:46:44 +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
12 lines
264 B
TOML
12 lines
264 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [ "cl", "ledger", "ledger_proof_statements", "risc0_proofs"]
|
|
|
|
# Always optimize; building and running the risc0_proofs takes much longer without optimization.
|
|
[profile.dev]
|
|
opt-level = 3
|
|
|
|
[profile.release]
|
|
debug = 1
|
|
lto = true
|