anchor/examples/tutorial/basic-3/programs/puppet/Cargo.toml

18 lines
291 B
TOML

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