Impl serde::Serialize for all types

This commit is contained in:
Paul Hauner
2019-01-26 08:25:31 +11:00
parent dbd5e850fe
commit 90ae2298ab
31 changed files with 101 additions and 27 deletions

View File

@@ -10,4 +10,7 @@ boolean-bitfield = { path = "../utils/boolean-bitfield" }
ethereum-types = "0.4.0"
hashing = { path = "../utils/hashing" }
rand = "0.5.5"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
ssz = { path = "../utils/ssz" }