1234567891011121314151617181920 |
- [package]
- name = "steel-api"
- description = "API for interacting with the Steel 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
- mpl-token-metadata = "5.1.0"
- num_enum.workspace = true
- solana-program.workspace = true
- spl-token.workspace = true
- steel.workspace = true
- thiserror.workspace = true
|