Add binary, re-org crate

This commit is contained in:
Paul Hauner
2020-01-16 13:55:33 +11:00
parent 72dc6db9dd
commit 4a60c06afe
11 changed files with 1296 additions and 732 deletions

3
Cargo.lock generated
View File

@@ -3026,6 +3026,9 @@ dependencies = [
"eth2_ssz_derive 0.1.0",
"itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)",
"types 0.1.0",
]