Remove unused dependencies (#456)

This commit is contained in:
Pawan Dhananjay
2019-07-29 05:25:57 +05:30
committed by Paul Hauner
parent 3752a8f860
commit db094022b9
18 changed files with 0 additions and 60 deletions

View File

@@ -11,7 +11,6 @@ sloggers = "0.3.2"
beacon_chain = { path = "../beacon_chain" }
store = { path = "../store" }
eth2-libp2p = { path = "../eth2-libp2p" }
version = { path = "../version" }
types = { path = "../../eth2/types" }
slog = { version = "^2.2.3" , features = ["max_level_trace"] }
eth2_ssz = { path = "../../eth2/utils/ssz" }