[package] name = "common-types" description = "Common types used throughout the codebase" version = "0.1.0" authors = ["Parity Technologies "] [dependencies] rlp = { git = "https://github.com/paritytech/parity-common" } rlp_derive = { path = "../../util/rlp_derive" } parity-bytes = { git = "https://github.com/paritytech/parity-common" } ethereum-types = "0.3" ethjson = { path = "../../json" } keccak-hash = { git = "https://github.com/paritytech/parity-common" } heapsize = "0.4" [dev-dependencies] rustc-hex= "1.0"