anchor/examples/interface/programs/counter-auth/Cargo.toml

20 lines
379 B
TOML

[package]
name = "counter-auth"
version = "0.1.0"
description = "Created with Anchor"
edition = "2018"
[lib]
crate-type = ["cdylib", "lib"]
name = "counter_auth"
[features]
no-entrypoint = []
no-idl = []
cpi = ["no-entrypoint"]
default = []
[dependencies]
anchor-lang = { git = "https://github.com/project-serum/anchor" }
counter = { path = "../counter", features = ["cpi"] }