anchor/tests/zero-copy/programs/zero-cpi/Cargo.toml

21 lines
375 B
TOML
Raw Normal View History

2021-10-08 09:24:25 -07:00
[package]
name = "zero-cpi"
version = "0.1.0"
description = "Created with Anchor"
2022-03-12 14:39:21 -08:00
rust-version = "1.56"
edition = "2021"
2021-10-08 09:24:25 -07:00
[lib]
crate-type = ["cdylib", "lib"]
name = "zero_cpi"
[features]
no-entrypoint = []
no-idl = []
cpi = ["no-entrypoint"]
default = []
[dependencies]
anchor-lang = { path = "../../../../lang" }
zero-copy = { path = "../zero-copy", features = ["cpi"] }