openethereum/ipc/rpc/Cargo.toml

14 lines
309 B
TOML
Raw Normal View History

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