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-07-13 15:35:29 +02:00
|
|
|
version = "1.8.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]
|
2017-03-28 19:06:08 +02:00
|
|
|
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" }
|