Cargo.toml 376 B

123456789101112
  1. [package]
  2. name = "anchor-spl"
  3. version = "0.4.4"
  4. authors = ["Serum Foundation <foundation@projectserum.com>"]
  5. edition = "2018"
  6. license = "Apache-2.0"
  7. description = "CPI clients for SPL programs"
  8. [dependencies]
  9. anchor-lang = { path = "../lang", version = "0.4.4", features = ["derive"] }
  10. spl-token = { version = "3.0.1", features = ["no-entrypoint"] }
  11. solana-program = "1.6.6"