[package] name = "anchor-bridge-client" version = "0.1.0" authors = ["Stan Drozd "] edition = "2018" [dependencies] anyhow = "1.0.40" borsh = "0.8.1" bridge = {path = "../program", features = ["no-idl", "no-entrypoint"]} 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" solitaire = { path = "../../solitaire/program" } solitaire-client = {path = "../../solitaire/client" }