pyth-crosschain/solana/modules/token_bridge/client/Cargo.toml

20 lines
607 B
TOML

[package]
name = "anchor-bridge-client"
version = "0.1.0"
authors = ["Stan Drozd <stan@nexantic.com>"]
edition = "2018"
[dependencies]
anyhow = "1.0.40"
borsh = "0.8.1"
bridge = { path = "../../../bridge/program", features = ["client"] }
clap = "3.0.0-beta.2"
rand = "0.7.3"
shellexpand = "2.1.0"
solana-client = "=1.7.0"
solana-program = "=1.7.0"
solana-sdk = "=1.7.0"
spl-token = { version = "=3.1.0", features = ["no-entrypoint"] }
solitaire = { path = "../../../solitaire/program" }
solitaire-client = { path = "../../../solitaire/client" }
token-bridge = { path = "../program", features = ["client"] }