5c97ed3562
* Updates external dependencies * Correct fmt formatting
13 lines
237 B
TOML
13 lines
237 B
TOML
[package]
|
|
name = "eth2_config"
|
|
version = "0.1.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
clap = "2.33.0"
|
|
serde = "1.0.102"
|
|
serde_derive = "1.0.102"
|
|
toml = "0.5.4"
|
|
types = { path = "../../types" }
|