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

18 lines
335 B
TOML
Raw Normal View History

2021-01-14 15:16:27 -08:00
[package]
name = "puppet-master"
version = "0.1.0"
description = "Created with Anchor"
edition = "2018"
[lib]
crate-type = ["cdylib", "lib"]
name = "puppet_master"
[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" }
2021-01-14 17:09:15 -08:00
puppet = { path = "../puppet", features = ["cpi"] }