added first draft for lib-crates for test_random and test_random_derive (lighthouse-246)

This commit is contained in:
thojest
2019-02-22 12:16:11 +01:00
parent c040ed7b11
commit 5f3ba42b97
5 changed files with 79 additions and 0 deletions

View File

@@ -15,6 +15,8 @@ members = [
"eth2/utils/ssz_derive",
"eth2/utils/swap_or_not_shuffle",
"eth2/utils/fisher_yates_shuffle",
"eth2/utils/test_random",
"eth2/utils/test_random_derive",
"beacon_node",
"beacon_node/db",
"beacon_node/beacon_chain",