anchor/spl/Cargo.toml

13 lines
376 B
TOML

[package]
name = "anchor-spl"
version = "0.2.1"
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.2.1", features = ["derive"] }
spl-token = { version = "3.0.1", features = ["no-entrypoint"] }
solana-program = "1.5.8"