nomos-pocs/goas/cl/Cargo.toml
Giacomo Pasini 221d7102a9
init
2024-07-16 17:06:54 +02:00

12 lines
257 B
TOML

[workspace]
resolver = "2"
members = [ "cl", "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