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

@@ -14,7 +14,7 @@ path = "src/lib.rs"
[dependencies]
bls = { path = "../eth2/utils/bls" }
ssz = { path = "../eth2/utils/ssz" }
eth2_ssz = { path = "../eth2/utils/ssz" }
eth2_config = { path = "../eth2/utils/eth2_config" }
tree_hash = { path = "../eth2/utils/tree_hash" }
clap = "2.32.0"