removed cargo dep

This commit is contained in:
Grant Wuerker 2018-11-18 16:39:55 -06:00
parent 325e1b3f0a
commit 74ad689c21

View File

@ -11,4 +11,3 @@ rocksdb = "0.10.1"
ssz = { path = "../../beacon_chain/utils/ssz" }
ssz_helpers = { path = "../../beacon_chain/utils/ssz_helpers" }
types = { path = "../../beacon_chain/types" }
rand = "0.5.5"