openethereum/ipc/rpc/Cargo.toml
Arkadiy Paronyan a72d8ee0e7 v1.3.0 (#1421)
2016-06-25 10:32:05 +02:00

14 lines
311 B
TOML

[package]
name = "ethcore-ipc"
version = "1.3.0"
authors = ["Nikolay Volf <nikvolf@gmail.com>"]
license = "GPL-3.0"
[features]
[dependencies]
ethcore-devtools = { path = "../../devtools" }
semver = "0.2.0"
nanomsg = { git = "https://github.com/ethcore/nanomsg.rs.git" }
ethcore-util = { path = "../../util" }