The smart contract component for PuffPastry.
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- [package]
- name = "puffpastry"
- version = "0.1.0"
- edition = "2021"
- publish = false
-
- [lib]
- crate-type = ["cdylib"]
- doctest = false
-
- [dependencies]
- soroban-sdk = { workspace = true }
-
- [dev-dependencies]
- soroban-sdk = { workspace = true, features = ["testutils"] }
|