Cargo.toml 234 B

12345678910111213141516
  1. [package]
  2. name = "lever"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [features]
  6. no-entrypoint = []
  7. cpi = ["no-entrypoint"]
  8. [dependencies]
  9. borsh = "0.9.3"
  10. borsh-derive = "0.9.1"
  11. solana-program = "1.10.12"
  12. [lib]
  13. crate-type = ["cdylib", "lib"]