Cargo.toml 369 B

12345678910111213141516
  1. [workspace]
  2. members = ["contracts/cw20-wrapped", "contracts/wormhole","contracts/pyth-bridge"]
  3. [profile.release]
  4. opt-level = 3
  5. debug = false
  6. rpath = false
  7. lto = true
  8. debug-assertions = false
  9. codegen-units = 1
  10. panic = 'abort'
  11. incremental = false
  12. overflow-checks = true
  13. [patch.crates-io]
  14. memmap2 = { git = "https://github.com/certusone/wormhole", package = "memmap2" }