anchor/spl/Cargo.toml

18 lines
489 B
TOML
Raw Normal View History

2021-01-15 19:16:17 -08:00
[package]
name = "anchor-spl"
2021-08-04 12:29:38 -07:00
version = "0.12.0"
2021-01-31 06:32:30 -08:00
authors = ["Serum Foundation <foundation@projectserum.com>"]
2021-01-15 19:16:17 -08:00
edition = "2018"
2021-01-31 06:32:30 -08:00
license = "Apache-2.0"
description = "CPI clients for SPL programs"
2021-01-15 19:16:17 -08:00
[features]
devnet = []
2021-01-15 19:16:17 -08:00
[dependencies]
2021-08-04 12:29:38 -07:00
anchor-lang = { path = "../lang", version = "0.12.0", features = ["derive"] }
lazy_static = "1.4.0"
2021-08-04 12:29:38 -07:00
serum_dex = { version = "0.4.0", features = ["no-entrypoint"] }
solana-program = "=1.7.8"
spl-token = { version = "3.1.1", features = ["no-entrypoint"] }