1234567891011121314151617181920212223 |
- [package]
- name = "transfer-hook"
- version = "0.1.0"
- description = "Created with Anchor"
- edition = "2021"
- [lib]
- crate-type = ["cdylib", "lib"]
- name = "transfer_hook"
- [features]
- default = []
- cpi = ["no-entrypoint"]
- no-entrypoint = []
- no-idl = []
- no-log-ix-name = []
- idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]
- [dependencies]
- anchor-lang = {version = "0.30.0", features = ["interface-instructions"]}
- anchor-spl = "0.30.0"
- spl-tlv-account-resolution = "0.6.3"
- spl-transfer-hook-interface = "0.6.3"
|