lighthouse/lcli/Cargo.toml

21 lines
506 B
TOML
Raw Normal View History

[package]
2019-09-09 21:05:23 +00:00
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.0"
2019-09-09 16:21:41 +00:00
hex = "0.3"
log = "0.4.8"
serde = "1.0.102"
serde_yaml = "0.8.11"
simple_logger = "1.3.0"
2019-09-12 16:28:31 +00:00
types = { path = "../eth2/types" }
state_processing = { path = "../eth2/state_processing" }
eth2_ssz = "0.1.2"
regex = "1.3.1"