lighthouse/eth2/utils/eth2_config/Cargo.toml

13 lines
228 B
TOML
Raw Normal View History

[package]
name = "eth2_config"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
clap = "2.32.0"
serde = "1.0"
serde_derive = "1.0"
toml = "^0.5"
types = { path = "../../types" }