mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 18:04:18 +00:00
12 lines
221 B
TOML
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" }
|