Cargo.toml 510 B

1234567891011121314151617181920
  1. [package]
  2. name = "token-swap-api"
  3. description = "API for interacting with the TokenSwap 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
  18. spl-token.workspace = true
  19. spl-math.workspace = true