The smart contract component for PuffPastry.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 line
264 B

  1. [workspace]
  2. resolver = "2"
  3. members = [
  4. "contracts/*",
  5. ]
  6. [workspace.dependencies]
  7. soroban-sdk = "21.6.0"
  8. [profile.release]
  9. opt-level = "z"
  10. overflow-checks = true
  11. debug = 0
  12. strip = "symbols"
  13. debug-assertions = false
  14. panic = "abort"
  15. codegen-units = 1
  16. lto = true