Move TestRig into its own crate

This commit is contained in:
Paul Hauner
2019-01-27 14:22:51 +11:00
parent 79d1b15afc
commit e3115d2105
9 changed files with 32 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ members = [
"beacon_node",
"beacon_node/db",
"beacon_node/beacon_chain",
"beacon_node/beacon_chain/test_harness",
"protos",
"validator_client",
]