anchor/tests/cfo/programs/cfo/Cargo.toml

27 lines
734 B
TOML
Raw Normal View History

2021-06-27 13:17:05 -07:00
[package]
name = "cfo"
version = "0.1.0"
description = "Created with Anchor"
2022-03-12 14:39:21 -08:00
rust-version = "1.56"
edition = "2021"
2021-06-27 13:17:05 -07:00
[lib]
crate-type = ["cdylib", "lib"]
name = "cfo"
[features]
no-entrypoint = []
no-idl = []
cpi = ["no-entrypoint"]
default = ["test"]
test = []
[dependencies]
anchor-lang = { path = "../../../../lang" }
anchor-spl = { path = "../../../../spl" }
2022-07-04 20:58:31 -07:00
spl-token = { version = "~3.3.0", features = ["no-entrypoint"] }
2021-06-27 13:17:05 -07:00
swap = { path = "../../deps/swap/programs/swap", features = ["cpi"] }
serum_dex = { path = "../../deps/serum-dex/dex", features = ["no-entrypoint"] }
2021-06-27 13:17:05 -07:00
registry = { path = "../../deps/stake/programs/registry", features = ["cpi"] }
lockup = { path = "../../deps/stake/programs/lockup", features = ["cpi"] }