pyth-crosschain/cosmwasm/Cargo.toml

15 lines
216 B
TOML

[workspace]
members = ["contracts/pyth"]
[profile.release]
opt-level = 3
debug = false
rpath = false
lto = true
debug-assertions = false
codegen-units = 1
panic = 'abort'
incremental = false
overflow-checks = true