Cargo.toml 381 B

12345678910111213141516
  1. [package]
  2. name = "anchor-common"
  3. version = "0.22.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. deprecated-layout = []
  12. [dependencies]
  13. arrayref = "0.3.6"
  14. solana-program = "1.8.5"