lighthouse/eth2/utils/slot_clock/Cargo.toml

9 lines
162 B
TOML
Raw Normal View History

2018-10-24 11:12:55 +00:00
[package]
2018-12-30 02:02:44 +00:00
name = "slot_clock"
2018-10-24 11:12:55 +00:00
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
2018-10-24 11:12:55 +00:00
[dependencies]
types = { path = "../../types" }