Cargo.toml 466 B

123456789101112131415161718
  1. [package]
  2. name = "create-account-api"
  3. description = "API for interacting with the create account program"
  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. [dependencies]
  13. bytemuck.workspace = true
  14. num_enum.workspace = true
  15. solana-program.workspace = true
  16. steel.workspace = true
  17. thiserror.workspace = true