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.
 
 
 

15 satır
259 B

  1. [package]
  2. name = "puffpastry"
  3. version = "0.1.0"
  4. edition = "2021"
  5. publish = false
  6. [lib]
  7. crate-type = ["cdylib"]
  8. doctest = false
  9. [dependencies]
  10. soroban-sdk = { workspace = true }
  11. [dev-dependencies]
  12. soroban-sdk = { workspace = true, features = ["testutils"] }