anchor/tests/spl/token-proxy/programs/token-proxy/Cargo.toml

20 lines
415 B
TOML

[package]
name = "token-proxy"
version = "0.1.0"
description = "Created with Anchor"
rust-version = "1.60"
edition = "2021"
[lib]
crate-type = ["cdylib", "lib"]
name = "token_proxy"
[features]
no-entrypoint = []
cpi = ["no-entrypoint"]
[dependencies]
anchor-lang = { path = "../../../../../lang" }
anchor-spl = { path = "../../../../../spl" }
spl-token-2022 = { version = "0.6.0", features = ["no-entrypoint"] }