Prepare ssz for publishing on crates.io

This commit is contained in:
Paul Hauner
2019-07-03 16:06:20 +10:00
parent d395feb027
commit 027f0a539d
21 changed files with 38 additions and 33 deletions

View File

@@ -9,5 +9,5 @@ cached_tree_hash = { path = "../cached_tree_hash" }
tree_hash = { path = "../tree_hash" }
serde = "1.0"
serde_derive = "1.0"
ssz = { path = "../ssz" }
eth2_ssz = { path = "../ssz" }
typenum = "1.10"