openethereum/ipc/nano/Cargo.toml

14 lines
310 B
TOML
Raw Normal View History

2016-04-03 20:43:35 +02:00
[package]
name = "ethcore-ipc-nano"
2017-03-07 17:29:27 +01:00
version = "1.7.0"
2016-12-11 19:43:58 +01:00
authors = ["Parity Technologies <admin@parity.io>"]
2016-04-03 20:43:35 +02:00
license = "GPL-3.0"
[features]
[dependencies]
2016-06-01 17:59:21 +02:00
ethcore-ipc = { path = "../rpc" }
nanomsg = { git = "https://github.com/paritytech/nanomsg.rs.git", branch = "parity-1.7" }
2016-04-03 23:00:57 +02:00
log = "0.3"
lazy_static = "0.2"