[package] name = "etcommon" version = "0.1.1" license = "Apache-2.0" authors = ["Wei Tang "] description = "Apache-2 licensed common Ethereum structs shared by crates." repository = "https://github.com/ethereumproject/etcommon" [dependencies] etcommon-rlp = "0.1.0" etcommon-util = "0.1.0" etcommon-bigint = "0.1.0" [workspace] members = [ "./rlp", "./bigint", "./util" ]