Cargo.toml 351 B

1234567891011
  1. [package]
  2. name = "anchor-spl"
  3. version = "0.1.0"
  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.1.0", features = ["derive"] }
  10. spl-token = { version = "3.0.1", features = ["no-entrypoint"] }