anchor/tests/escrow/programs/escrow/Cargo.toml

22 lines
424 B
TOML
Raw Normal View History

2021-06-22 20:03:57 -07:00
[package]
name = "escrow"
version = "0.1.0"
description = "Created with Anchor"
rust-version = "1.60"
2022-03-12 14:39:21 -08:00
edition = "2021"
2021-06-22 20:03:57 -07:00
[lib]
crate-type = ["cdylib", "lib"]
name = "escrow"
[features]
no-entrypoint = []
no-idl = []
cpi = ["no-entrypoint"]
default = []
[dependencies]
anchor-lang = { path = "../../../../lang" }
anchor-spl = { path = "../../../../spl" }
spl-token-2022 = { version = "0.6.0", features = ["no-entrypoint"] }