[package] name = "anchor-bridge-client" version = "0.1.0" authors = ["Stan Drozd "] edition = "2018" [dependencies] anchor-client = {git = "https://github.com/drozdziak1/anchor", branch = "anchor-debug-feature", features = ["anchor-debug"]} anyhow = "1.0.40" anchor-bridge = {path = "../programs/anchor-bridge", features = ["no-idl", "no-entrypoint", "anchor-debug"]} clap = "3.0.0-beta.2" rand = "0.7.3" shellexpand = "2.1.0"