| 12345678910111213141516171819 |
- [package]
- name = "repository-layout-program"
- version = "0.1.0"
- edition = "2021"
- [dependencies]
- borsh = "0.9.3"
- borsh-derive = "0.9.1"
- solana-program = "2.0"
- [lib]
- crate-type = ["cdylib", "lib"]
- [features]
- custom-heap = []
- custom-panic = []
- [lints.rust]
- unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("solana"))'] }
|