pyth-crosschain/target_chains/cosmwasm/Cargo.toml

18 lines
377 B
TOML

[workspace]
members = ["contracts/pyth", "pyth-sdk-cw"]
exclude = ["examples/cw-contract"]
[profile.release]
opt-level = 3
debug = false
rpath = false
lto = true
debug-assertions = false
codegen-units = 1
panic = 'abort'
incremental = false
overflow-checks = true
[patch.crates-io]
cw20-wrapped-2 = { git = "https://github.com/wormhole-foundation/wormhole", tag = "v2.14.8"}