pyth-crosschain/pythnet/remote-executor/cli/Cargo.toml

19 lines
563 B
TOML

[package]
name = "remote-executor-cli"
version = "0.1.0"
edition = "2018"
[dependencies]
clap = {version ="3.2.22", features = ["derive"]}
remote-executor = {path = "../programs/remote-executor/"}
solana-program = "1.10.31"
solana-client = "1.10.31"
solana-sdk = "1.10.31"
anchor-client = "0.25.0"
shellexpand = "2.1.2"
anyhow = "1.0.65"
base64 = "0.13.0"
wormhole-solana = { git = "https://github.com/guibescos/wormhole", branch = "reisen/sdk-solana"}
wormhole-core = { git = "https://github.com/guibescos/wormhole", branch = "reisen/sdk-solana"}
hex = "0.4.3"