d2394d3ac3
* Updating paths to repos. * Updating rotor and libusb * Fixing other occurrences
21 lines
510 B
TOML
21 lines
510 B
TOML
[package]
|
|
name = "ethcore-ipc-tests"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
build = "build.rs"
|
|
|
|
[lib]
|
|
path = "run.rs"
|
|
|
|
[dependencies]
|
|
ethcore-ipc = { path = "../rpc" }
|
|
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" }
|
|
ethcore-util = { path = "../../util" }
|
|
log = "0.3"
|
|
|
|
[build-dependencies]
|
|
ethcore-ipc-codegen = { path = "../codegen" }
|