Add half-finished chain code

This commit is contained in:
Paul Hauner
2018-10-20 16:34:08 +11:00
parent 606c32950d
commit 073e3529e9
3 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[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" }