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.
|
- [workspace]
- resolver = "2"
- members = [
- "contracts/*",
- ]
-
- [workspace.dependencies]
- soroban-sdk = "21.6.0"
-
- [profile.release]
- opt-level = "z"
- overflow-checks = true
- debug = 0
- strip = "symbols"
- debug-assertions = false
- panic = "abort"
- codegen-units = 1
- lto = true
|