openethereum/ipc/nano/Cargo.toml
Tomasz Drwięga 1fd9110829 Serde bump
2016-06-01 17:59:21 +02:00

15 lines
332 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"