lighthouse/eth2/state_processing/yaml_utils/Cargo.toml
2019-04-17 12:00:22 +10:00

15 lines
213 B
TOML

[package]
name = "yaml-utils"
version = "0.1.0"
authors = ["Kirk Baird <baird.k@outlook.com>"]
edition = "2018"
[build-dependencies]
reqwest = "0.9"
[dependencies]
[lib]
name = "yaml_utils"
path = "src/lib.rs"