210ec89b0b
Only in the relevant places I can think of.. I might have missed some.
12 lines
291 B
TOML
12 lines
291 B
TOML
[package]
|
|
name = "block_producer"
|
|
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" }
|
|
types = { path = "../types" }
|