jonesmarvin8 699db757c2 init hashes
Create test hashes for SHA256 and Poseidon
2025-07-15 19:14:34 -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