Cargo.toml 340 B

1234567891011121314151617
  1. [package]
  2. name = "cross-program-invocatio-native-hand"
  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. cross-program-invocatio-native-lever = { path = "../lever", features = ["cpi"] }
  13. [lib]
  14. crate-type = ["cdylib", "lib"]