123456789101112131415161718 |
- [package]
- name = "create-account-api"
- description = "API for interacting with the create account 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
|