Cargo.toml 489 B

12345678910111213141516171819
  1. [package]
  2. name = "pda-rent-payer-api"
  3. description = "API for interacting with the PDA rent payer 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. borsh.workspace = true
  14. bytemuck.workspace = true
  15. num_enum.workspace = true
  16. solana-program.workspace = true
  17. steel.workspace = true
  18. thiserror.workspace = true