Cargo.toml 260 B

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