2016-03-24 22:07:01 +01:00
|
|
|
[package]
|
|
|
|
name = "ethcore-ipc"
|
|
|
|
version = "1.1.0"
|
|
|
|
authors = ["Nikolay Volf <nikvolf@gmail.com>"]
|
|
|
|
license = "GPL-3.0"
|
|
|
|
|
|
|
|
[features]
|
|
|
|
|
|
|
|
[dependencies]
|
2016-03-29 00:40:43 +02:00
|
|
|
ethcore-devtools = { path = "../../devtools" }
|
2016-04-07 22:18:48 +02:00
|
|
|
semver = "0.2.0"
|
2016-04-12 20:37:09 +02:00
|
|
|
nanomsg = { git = "https://github.com/ethcore/nanomsg.rs.git" }
|