Begin updating serde such that it can read the yaml test files

This commit is contained in:
Kirk Baird
2019-03-19 18:05:05 +11:00
parent 37b8e9f39a
commit 26f8694161
9 changed files with 708 additions and 313 deletions

View File

@@ -10,6 +10,7 @@ boolean-bitfield = { path = "../utils/boolean-bitfield" }
dirs = "1.0"
ethereum-types = "0.5"
hashing = { path = "../utils/hashing" }
hex = "0.3"
honey-badger-split = { path = "../utils/honey-badger-split" }
int_to_bytes = { path = "../utils/int_to_bytes" }
log = "0.4"