Cargo.toml 414 B

12345678910111213141516171819
  1. [package]
  2. name = "create-account-program"
  3. description = ""
  4. version.workspace = true
  5. edition.workspace = true
  6. license.workspace = true
  7. homepage.workspace = true
  8. documentation.workspace = true
  9. repository.workspace = true
  10. readme.workspace = true
  11. keywords.workspace = true
  12. [lib]
  13. crate-type = ["cdylib", "lib"]
  14. [dependencies]
  15. create-account-api.workspace = true
  16. solana-program.workspace = true
  17. steel.workspace = true