Cargo.toml 332 B

1234567891011121314151617
  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 = "1.5.7"
  10. borsh-derive = "1.5.7"
  11. solana-program = "3.0"
  12. solana-system-interface = {version = "2.0.0", features = ["bincode"]}
  13. [lib]
  14. crate-type = ["cdylib", "lib"]