openethereum/ipc/nano/Cargo.toml

15 lines
334 B
TOML

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