anchor/tests/anchor-cli-account/programs/account-command/Cargo.toml

20 lines
308 B
TOML

[package]
name = "account-command"
version = "0.1.0"
description = "Created with Anchor"
edition = "2021"
[lib]
crate-type = ["cdylib", "lib"]
name = "account_command"
[features]
no-entrypoint = []
no-idl = []
no-log-ix-name = []
cpi = ["no-entrypoint"]
default = []
[dependencies]
anchor-lang = "0.27.0"