| 1234567891011121314151617 |
- [workspace]
- members = ["contracts/pyth", "sdk/rust"]
- 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"}
|