openethereum/ipc-common-types/Cargo.toml

17 lines
444 B
TOML
Raw Normal View History

2016-12-11 22:47:43 +01:00
[package]
description = "Types that implement IPC and are common to multiple modules."
name = "ipc-common-types"
2017-10-12 23:44:02 +02:00
version = "1.9.0"
2016-12-11 22:47:43 +01:00
license = "GPL-3.0"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"
[build-dependencies]
ethcore-ipc-codegen = { path = "../ipc/codegen" }
[dependencies]
semver = "0.6"
2016-12-11 22:47:43 +01:00
ethcore-ipc = { path = "../ipc/rpc" }
ethcore-util = { path = "../util" }
2017-09-04 16:36:49 +02:00
ethcore-bigint = { path = "../util/bigint" }