13 lines
343 B
TOML
13 lines
343 B
TOML
[package]
|
|
name = "block_proposer"
|
|
version = "0.1.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
int_to_bytes = { path = "../utils/int_to_bytes" }
|
|
slot_clock = { path = "../utils/slot_clock" }
|
|
ssz = { path = "../utils/ssz" }
|
|
tree_hash = { path = "../../eth2/utils/tree_hash" }
|
|
types = { path = "../types" }
|