[package] description = "Types that implement IPC and are common to multiple modules." name = "ipc-common-types" version = "1.9.0" license = "GPL-3.0" authors = ["Parity Technologies "] build = "build.rs" [build-dependencies] ethcore-ipc-codegen = { path = "../ipc/codegen" } [dependencies] semver = "0.6" ethcore-ipc = { path = "../ipc/rpc" } ethcore-util = { path = "../util" } ethcore-bigint = { path = "../util/bigint" }