Cargo.toml 215 B

12345678910111213
  1. [workspace]
  2. members = ["contracts/pyth"]
  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