anchor/spl/Cargo.toml

15 lines
495 B
TOML

[package]
name = "anchor-spl"
version = "0.4.4"
authors = ["Serum Foundation <foundation@projectserum.com>"]
edition = "2018"
license = "Apache-2.0"
description = "CPI clients for SPL programs"
[dependencies]
anchor-lang = { path = "../lang", version = "0.4.4", features = ["derive"] }
lazy_static = "1.4.0"
serum_dex = { git = "https://github.com/project-serum/serum-dex", features = ["no-entrypoint"] }
solana-program = "1.6.6"
spl-token = { version = "3.0.1", features = ["no-entrypoint"] }