openethereum/ipc/rpc/Cargo.toml

13 lines
226 B
TOML
Raw Normal View History

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]
ethcore-devtools = { path = "../../devtools" }
2016-04-07 22:18:48 +02:00
semver = "0.2.0"
2016-04-12 09:18:39 +02:00
nanomsg = "0.5.0"