1234567891011121314151617 |
- [package]
- name = "hand"
- version = "0.1.0"
- edition = "2021"
- [features]
- no-entrypoint = []
- cpi = ["no-entrypoint"]
- [dependencies]
- borsh = "0.9.3"
- borsh-derive = "0.9.1"
- solana-program = "1.10.12"
- lever = { path = "../lever", features = [ "cpi" ] }
- [lib]
- crate-type = ["cdylib", "lib"]
|