Cargo.toml 358 B

123456789101112131415
  1. [package]
  2. name = "anchor-common"
  3. version = "0.21.0"
  4. authors = ["Serum Foundation <foundation@projectserum.com>"]
  5. repository = "https://github.com/project-serum/anchor"
  6. license = "Apache-2.0"
  7. description = "Common utilities for internal anchor lang crates"
  8. edition = "2018"
  9. [features]
  10. default = []
  11. [dependencies]
  12. arrayref = "0.3.6"
  13. solana-program = "1.8.5"