19 lines
352 B
TOML
19 lines
352 B
TOML
[package]
|
|
description = "Ethcore jsonrpc"
|
|
name = "ethcore-rpc"
|
|
version = "0.1.0"
|
|
license = "GPL-3.0"
|
|
authors = ["Marek Kotewicz <marek.kotewicz@gmail.com"]
|
|
|
|
[lib]
|
|
|
|
[dependencies]
|
|
serde = "0.6.7"
|
|
serde_macros = "0.6.10"
|
|
serde_json = "0.6.0"
|
|
jsonrpc-core = "1.0"
|
|
jsonrpc-http-server = "1.0"
|
|
ethcore-util = { path = "../util" }
|
|
ethcore = { path = ".." }
|
|
|