anchor/tests/bpf-upgradeable-state/programs/bpf-upgradeable-state/Cargo.toml

19 lines
321 B
TOML

[package]
name = "bpf-upgradeable-state"
version = "0.1.0"
description = "Created with Anchor"
edition = "2018"
[lib]
crate-type = ["cdylib", "lib"]
name = "bpf_upgradeable_state"
[features]
no-entrypoint = []
no-idl = []
cpi = ["no-entrypoint"]
default = []
[dependencies]
anchor-lang = { path = "../../../../lang" }