10 lines
253 B
TOML
10 lines
253 B
TOML
|
[package]
|
||
|
name = "chain"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
||
|
|
||
|
[dependencies]
|
||
|
types = { path = "../types" }
|
||
|
validator_induction = { path = "../validator_induction" }
|
||
|
validator_shuffling = { path = "../validator_shuffling" }
|