ethereum-types refactor

This commit is contained in:
debris 2017-10-30 10:00:58 -07:00
parent c110f3eac9
commit c3b2b5cfb2
1 changed files with 3 additions and 6 deletions

View File

@ -12,16 +12,13 @@ build = "build.rs"
rustc_version = "0.2"
[dependencies]
rustc-hex = { version = "1.0", optional = true }
heapsize = { version = "0.4", optional = true }
byteorder = { version = "1", default-features = false }
[dev-dependencies]
quickcheck = "0.4"
heapsize = { version = "0.4", optional = true }
rustc-hex = { version = "1.0", optional = true }
[features]
heapsizeof = ["heapsize", "std"]
std = ["rustc-hex"]
heapsizeof = ["heapsize"]
[[example]]
name = "modular"