Cargo.toml 336 B

12345678910111213
  1. [package]
  2. name = "anchor-client"
  3. version = "0.3.0"
  4. authors = ["Serum Foundation <foundation@projectserum.com>"]
  5. edition = "2018"
  6. license = "Apache-2.0"
  7. description = "Rust client for Anchor programs"
  8. [dependencies]
  9. anchor-lang = { path = "../lang", version = "0.3.0" }
  10. solana-client = "1.5.8"
  11. solana-sdk = "1.5.8"
  12. thiserror = "1.0.20"