| 1234567891011121314151617 |
- [package]
- name = "cross-program-invocatio-native-lever"
- version = "0.1.0"
- edition = "2021"
- [features]
- no-entrypoint = []
- cpi = ["no-entrypoint"]
- [dependencies]
- borsh = "1.5.7"
- borsh-derive = "1.5.7"
- solana-program = "3.0"
- solana-system-interface = {version = "2.0.0", features = ["bincode"]}
- [lib]
- crate-type = ["cdylib", "lib"]
|