openethereum/ipc/tests/Cargo.toml

21 lines
510 B
TOML
Raw Normal View History

2016-03-24 22:07:01 +01:00
[package]
name = "ethcore-ipc-tests"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
2016-03-24 22:07:01 +01:00
build = "build.rs"
[lib]
path = "run.rs"
[dependencies]
2016-06-01 17:59:21 +02:00
ethcore-ipc = { path = "../rpc" }
2016-03-26 17:04:12 +01:00
ethcore-devtools = { path = "../../devtools" }
semver = "0.6"
nanomsg = { git = "https://github.com/paritytech/nanomsg.rs.git", branch = "parity-1.7" }
ethcore-ipc-nano = { path = "../nano" }
2016-04-13 02:46:36 +02:00
ethcore-util = { path = "../../util" }
log = "0.3"
2016-03-24 22:07:01 +01:00
[build-dependencies]
2016-06-01 17:59:21 +02:00
ethcore-ipc-codegen = { path = "../codegen" }