openethereum/ethcore/types/Cargo.toml

18 lines
458 B
TOML
Raw Normal View History

[package]
name = "common-types"
description = "Common types used throughout the codebase"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
rlp = { path = "../../util/rlp" }
rlp_derive = { path = "../../util/rlp_derive" }
ethcore-bytes = { path = "../../util/bytes" }
ethereum-types = "0.2"
ethjson = { path = "../../json" }
2017-11-10 19:04:55 +01:00
keccak-hash = { path = "../../util/hash" }
heapsize = "0.4"
[dev-dependencies]
rustc-hex= "1.0"