openethereum/ipc/rpc/Cargo.toml

14 lines
314 B
TOML
Raw Normal View History

2016-03-24 22:07:01 +01:00
[package]
name = "ethcore-ipc"
version = "1.5.0"
authors = ["Parity Technologies <admin@parity.io>"]
2016-03-24 22:07:01 +01:00
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-12-11 17:13:26 +01:00
semver = "0.5"