Cargo.toml 555 B

12345678910111213141516
  1. [package]
  2. name = "spl-token-interface"
  3. version = "0.0.0"
  4. description = "Instructions and types for interacting with SPL Token program"
  5. authors = { workspace = true}
  6. repository = { workspace = true}
  7. license = { workspace = true}
  8. edition = { workspace = true}
  9. readme = "./README.md"
  10. [lib]
  11. crate-type = ["rlib"]
  12. [dependencies]
  13. pinocchio = { version = "0.7", git = "https://github.com/febo/pinocchio.git", branch = "febo/close-unstable" }
  14. pinocchio-pubkey = { version = "0.2", git = "https://github.com/febo/pinocchio.git", branch = "febo/close-unstable" }