123456789101112131415161718192021 |
- [package]
- name = "pda-mint-authority-anchor"
- version = "0.1.0"
- description = "Created with Anchor"
- edition = "2021"
- [lib]
- crate-type = ["cdylib", "lib"]
- name = "token_minter"
- [features]
- no-entrypoint = []
- no-idl = []
- no-log-ix-name = []
- cpi = ["no-entrypoint"]
- default = []
- [dependencies]
- anchor-lang = { version = "0.28.0", features = ["init-if-needed"] }
- anchor-spl = { version = "0.28.0", features = ["metadata"] }
- mpl-token-metadata = { version = "1.13.1", features = ["no-entrypoint"] }
|