openethereum/ipc/rpc/Cargo.toml

15 lines
387 B
TOML
Raw Normal View History

2016-03-24 22:07:01 +01:00
[package]
name = "ethcore-ipc"
2017-10-12 23:44:02 +02:00
version = "1.9.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" }
nanomsg = { git = "https://github.com/paritytech/nanomsg.rs.git", branch = "parity-1.7" }
2017-09-04 16:36:49 +02:00
ethcore-bigint = { path = "../../util/bigint"}
2016-04-20 18:01:53 +02:00
ethcore-util = { path = "../../util" }
semver = "0.6"