21 lines
459 B
TOML
21 lines
459 B
TOML
[package]
|
|
name = "ethcore-ipc-tests"
|
|
version = "0.1.0"
|
|
authors = ["Nikolay Volf"]
|
|
build = "build.rs"
|
|
|
|
[lib]
|
|
path = "run.rs"
|
|
|
|
[dependencies]
|
|
ethcore-ipc = { path = "../rpc" }
|
|
ethcore-devtools = { path = "../../devtools" }
|
|
semver = "0.2"
|
|
nanomsg = { git = "https://github.com/ethcore/nanomsg.rs.git" }
|
|
ethcore-ipc-nano = { path = "../nano" }
|
|
ethcore-util = { path = "../../util" }
|
|
log = "0.3"
|
|
|
|
[build-dependencies]
|
|
ethcore-ipc-codegen = { path = "../codegen" }
|