12345678910111213 |
- [package]
- name = "anchor-client"
- version = "0.2.1"
- authors = ["Serum Foundation <foundation@projectserum.com>"]
- edition = "2018"
- license = "Apache-2.0"
- description = "Rust client for Anchor programs"
- [dependencies]
- anchor-lang = { path = "../lang", version = "0.2.1" }
- solana-client = "1.5.0"
- solana-sdk = "1.5.0"
- thiserror = "1.0.20"
|