12345678910111213141516 |
- [package]
- name = "spl-token-interface"
- version = "0.0.0"
- description = "Instructions and types for interacting with SPL Token program"
- authors = { workspace = true}
- repository = { workspace = true}
- license = { workspace = true}
- edition = { workspace = true}
- readme = "./README.md"
- [lib]
- crate-type = ["rlib"]
- [dependencies]
- pinocchio = { version = "0.7", git = "https://github.com/febo/pinocchio.git", branch = "febo/close-unstable" }
- pinocchio-pubkey = { version = "0.2", git = "https://github.com/febo/pinocchio.git", branch = "febo/close-unstable" }
|