Add test dependencies for fork-choice.

This commit is contained in:
Age Manning
2019-02-15 00:21:26 +11:00
parent fe13d98469
commit 91ba26a351
2 changed files with 8 additions and 0 deletions

View File

@@ -10,3 +10,7 @@ ssz = { path = "../utils/ssz" }
types = { path = "../types" }
fast-math = "0.1.1"
byteorder = "1.3.1"
[dev-dependencies]
yaml-rust = "0.4.2"
bls = { path = "../utils/bls" }