anchor/spl/Cargo.toml

13 lines
376 B
TOML
Raw Normal View History

2021-01-15 19:16:17 -08:00
[package]
name = "anchor-spl"
2021-02-11 00:52:43 -08:00
version = "0.2.1"
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
[dependencies]
2021-02-11 00:52:43 -08:00
anchor-lang = { path = "../lang", version = "0.2.1", features = ["derive"] }
2021-01-15 19:16:17 -08:00
spl-token = { version = "3.0.1", features = ["no-entrypoint"] }
2021-02-26 01:31:48 -08:00
solana-program = "1.5.8"