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

@@ -13,7 +13,7 @@ network = { path = "../network" }
eth2-libp2p = { path = "../eth2-libp2p" }
version = { path = "../version" }
types = { path = "../../eth2/types" }
ssz = { path = "../../eth2/utils/ssz" }
eth2_ssz = { path = "../../eth2/utils/ssz" }
slot_clock = { path = "../../eth2/utils/slot_clock" }
protos = { path = "../../protos" }
grpcio = { version = "0.4", default-features = false, features = ["protobuf-codec"] }