Cargo.toml 370 B

123456789101112131415
  1. [package]
  2. name = "anchor-client"
  3. version = "0.4.5"
  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.4.5" }
  10. anyhow = "1.0.32"
  11. regex = "1.4.5"
  12. solana-client = "1.6.6"
  13. solana-sdk = "1.6.6"
  14. thiserror = "1.0.20"