poa-bridge/integration-tests/Cargo.toml

20 lines
443 B
TOML
Raw Normal View History

2018-01-19 05:43:28 -08:00
[package]
name = "integration-tests"
version = "0.1.0"
authors = ["snd <kruemaxi@gmail.com>"]
[dependencies]
bridge = { path = "../bridge" }
futures = "0.1"
jsonrpc-core = "8.0"
2018-01-19 05:43:28 -08:00
web3 = { git = "https://github.com/tomusdrw/rust-web3", branch = "bridge" }
serde_json = "1.0"
pretty_assertions = "0.2.1"
tempdir = "0.3.5"
ethereum-types = "0.2"
2018-01-19 05:43:28 -08:00
tokio-core = "0.1.8"
ethabi = "5.1"
ethabi-contract = "5.0"
ethabi-derive = "5.0"
rustc-hex = "1.0"