Rename cli_util to lcli

This commit is contained in:
Paul Hauner
2019-09-09 17:05:23 -04:00
parent c931446fb1
commit d466f90843
6 changed files with 10 additions and 6 deletions

19
tests/lcli/Cargo.toml Normal file
View File

@@ -0,0 +1,19 @@
[package]
name = "lcli"
description = "Lighthouse CLI (modeled after zcli)"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33"
hex = "0.3"
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" }