1234567891011121314151617181920 |
- [package]
- name = "token-swap-api"
- description = "API for interacting with the TokenSwap program"
- version.workspace = true
- edition.workspace = true
- license.workspace = true
- homepage.workspace = true
- documentation.workspace = true
- repository.workspace = true
- readme.workspace = true
- keywords.workspace = true
- [dependencies]
- bytemuck.workspace = true
- num_enum.workspace = true
- solana-program.workspace = true
- steel.workspace = true
- thiserror.workspace = true
- spl-token.workspace = true
- spl-math.workspace = true
|