Cargo.toml 374 B

1234567891011121314151617
  1. [workspace]
  2. members = ["contracts/pyth", "sdk/rust"]
  3. exclude = ["examples/cw-contract"]
  4. [profile.release]
  5. opt-level = 3
  6. debug = false
  7. rpath = false
  8. lto = true
  9. debug-assertions = false
  10. codegen-units = 1
  11. panic = 'abort'
  12. incremental = false
  13. overflow-checks = true
  14. [patch.crates-io]
  15. cw20-wrapped-2 = { git = "https://github.com/wormhole-foundation/wormhole", tag = "v2.14.8"}