123456789101112131415161718192021222324 |
- [package]
- name = "zero-copy"
- version = "0.1.0"
- description = "Created with Anchor"
- edition = "2018"
- [lib]
- crate-type = ["cdylib", "lib"]
- name = "zero_copy"
- [features]
- no-entrypoint = []
- no-idl = []
- cpi = ["no-entrypoint"]
- default = []
- test-bpf = []
- [dependencies]
- anchor-lang = { path = "../../../../lang" }
- [dev-dependencies]
- anchor-client = { path = "../../../../client", features = ["debug"] }
- bytemuck = "1.4.0"
- solana-program-test = "1.8.0"
|