Files
lighthouse/eth2/utils/eth2_config/Cargo.toml
2020-05-06 21:23:50 +10:00

12 lines
221 B
TOML

[package]
name = "eth2_config"
version = "0.2.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
serde = "1.0.106"
serde_derive = "1.0.106"
toml = "0.5.6"
types = { path = "../../types" }