[package] name = "tests" version = "0.1.0" authors = ["debris "] [dependencies] bridge = { path = "../bridge" } futures = "0.1" jsonrpc-core = "7.0" web3 = { git = "https://github.com/tomusdrw/rust-web3", branch = "bridge" } serde_json = "1.0" pretty_assertions = "0.2.1"