testing: add a fake_crypto feature

This commit is contained in:
Michael Sproul
2019-04-02 17:51:12 +11:00
parent 300fcd6ec3
commit 71a0fed8eb
6 changed files with 50 additions and 27 deletions

View File

@@ -13,3 +13,6 @@ serde_derive = "1.0"
serde_hex = { path = "../serde_hex" }
ssz = { path = "../ssz" }
tree_hash = { path = "../tree_hash" }
[features]
fake_crypto = []