openethereum/ipc/nano/Cargo.toml
Arkadiy Paronyan a72d8ee0e7 v1.3.0 (#1421)
2016-06-25 10:32:05 +02:00

15 lines
282 B
TOML

[package]
name = "ethcore-ipc-nano"
version = "1.3.0"
authors = ["Nikolay Volf <nikolay@ethcore.io>"]
license = "GPL-3.0"
[features]
[dependencies]
jsonrpc-core = "2.0"
ethcore-ipc = { path = "../rpc" }
nanomsg = { git = "https://github.com/ethcore/nanomsg.rs.git" }
log = "0.3"