anchor/tests/interface/programs/counter/Cargo.toml

20 lines
315 B
TOML

[package]
name = "counter"
version = "0.1.0"
description = "Created with Anchor"
rust-version = "1.59"
edition = "2021"
[lib]
crate-type = ["cdylib", "lib"]
name = "counter"
[features]
no-entrypoint = []
no-idl = []
cpi = ["no-entrypoint"]
default = []
[dependencies]
anchor-lang = { path = "../../../../lang" }