jonesmarvin8 7165d4d221 update
Include single-hash test
Updates to include realistic UTXO testing.
2025-07-24 10:31:01 -04:00

12 lines
216 B
TOML

[workspace]
resolver = "2"
members = ["host", "methods"]
# Always optimize; building and running the guest takes much longer without optimization.
[profile.dev]
opt-level = 3
[profile.release]
debug = 1
lto = true