2019-02-14 01:09:18 +00:00
|
|
|
[package]
|
2019-02-18 13:03:35 +00:00
|
|
|
name = "block_proposer"
|
2019-02-14 01:09:18 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2019-02-15 01:21:19 +00:00
|
|
|
int_to_bytes = { path = "../utils/int_to_bytes" }
|
|
|
|
slot_clock = { path = "../utils/slot_clock" }
|
|
|
|
ssz = { path = "../utils/ssz" }
|
|
|
|
types = { path = "../types" }
|