Move lcli out of the tests dir

This commit is contained in:
Paul Hauner 2019-09-12 12:28:31 -04:00
parent 7c211f3791
commit 62b5f9c5a0
No known key found for this signature in database
GPG Key ID: 303E4494BB28068C
6 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ members = [
"beacon_node/version",
"beacon_node/beacon_chain",
"tests/ef_tests",
"tests/lcli",
"lcli",
"protos",
"validator_client",
"account_manager",

View File

@ -14,6 +14,6 @@ log = "0.4"
serde = "1.0"
serde_yaml = "0.8"
simple_logger = "1.0"
types = { path = "../../eth2/types" }
state_processing = { path = "../../eth2/state_processing" }
eth2_ssz = { path = "../../eth2/utils/ssz" }
types = { path = "../eth2/types" }
state_processing = { path = "../eth2/state_processing" }
eth2_ssz = { path = "../eth2/utils/ssz" }