wormhole/solana/anchor-bridge/solitaire-client/Cargo.toml

13 lines
324 B
TOML
Raw Normal View History

[package]
name = "solitaire-client"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
solana-sdk = "=1.7.0"
solana-program = "=1.7.0"
solitaire = {path = "../programs/solitaire", features = ["no-entrypoint"]}
borsh = "0.8.1"