The smart contract component for PuffPastry.
25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- [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"] }
|