poa-bridge/tests/Cargo.toml

13 lines
299 B
TOML
Raw Normal View History

[package]
name = "tests"
version = "0.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"]
[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"
2017-08-25 02:58:47 -07:00
pretty_assertions = "0.2.1"