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-03-07 17:29:27 +01:00
|
|
|
version = "1.7.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" }
|