| 123456789101112131415161718192021 |
- [package]
- name = "account-data-native-program"
- version = "0.1.0"
- edition = "2021"
- [dependencies]
- borsh.workspace = true
- borsh-derive.workspace = true
- solana-program.workspace = true
- solana-system-interface.workspace = true
- [lib]
- crate-type = ["cdylib", "lib"]
- [features]
- anchor-debug = []
- custom-heap = []
- custom-panic = []
- [lints.rust]
- unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("solana"))'] }
|