anchor/client/Cargo.toml

13 lines
335 B
TOML
Raw Normal View History

2021-01-29 08:02:34 -08:00
[package]
name = "anchor-client"
2021-02-07 22:37:40 -08:00
version = "0.2.0"
2021-01-31 06:32:30 -08:00
authors = ["Serum Foundation <foundation@projectserum.com>"]
2021-01-29 08:02:34 -08:00
edition = "2018"
2021-01-31 06:32:30 -08:00
license = "Apache-2.0"
description = "Rust client for Anchor programs"
2021-01-29 08:02:34 -08:00
[dependencies]
2021-02-07 22:37:40 -08:00
anchor-lang = { path = "../lang", version = "0.2.0" }
2021-01-29 08:02:34 -08:00
solana-client = "1.5.0"
solana-sdk = "1.5.0"
thiserror = "1.0.20"