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

17 lines
269 B
TOML
Raw Normal View History

2021-01-14 15:16:27 -08:00
[package]
name = "puppet"
version = "0.1.0"
description = "Created with Anchor"
edition = "2018"
[lib]
crate-type = ["cdylib", "lib"]
name = "puppet"
[features]
no-entrypoint = []
2021-01-14 17:09:15 -08:00
cpi = ["no-entrypoint"]
2021-01-14 15:16:27 -08:00
[dependencies]
anchor-lang = { path = "../../../../../lang" }