anchor/examples/zero-copy/programs/zero-copy/Cargo.toml

19 lines
297 B
TOML

[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 = []
[dependencies]
anchor-lang = { path = "../../../../lang" }