2016-03-24 22:07:01 +01:00
|
|
|
[package]
|
|
|
|
name = "ethcore-ipc-tests"
|
|
|
|
version = "0.1.0"
|
2016-12-11 19:14:42 +01:00
|
|
|
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" }
|
2017-03-28 19:06:08 +02:00
|
|
|
semver = "0.6"
|
2017-03-29 15:17:27 +02:00
|
|
|
nanomsg = { git = "https://github.com/paritytech/nanomsg.rs.git", branch = "parity-1.7" }
|
2016-04-12 09:41:17 +02:00
|
|
|
ethcore-ipc-nano = { path = "../nano" }
|
2016-04-13 02:46:36 +02:00
|
|
|
ethcore-util = { path = "../../util" }
|
2016-08-01 15:32:07 +02:00
|
|
|
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" }
|