2016-03-24 22:07:01 +01:00
|
|
|
[package]
|
|
|
|
name = "ethcore-ipc-tests"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Nikolay Volf"]
|
|
|
|
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" }
|
2016-08-01 15:32:07 +02:00
|
|
|
semver = "0.2"
|
2016-04-12 20:37:09 +02:00
|
|
|
nanomsg = { git = "https://github.com/ethcore/nanomsg.rs.git" }
|
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" }
|