Initial core grouping of libp2p behaviours

This commit is contained in:
Age Manning
2019-04-30 15:12:57 +10:00
parent 75959cc9a2
commit f7c2e4c5af
6 changed files with 311 additions and 35 deletions

View File

@@ -19,7 +19,7 @@ slot_clock = { path = "../../eth2/utils/slot_clock" }
serde = "1.0"
serde_derive = "1.0"
error-chain = "0.12.0"
slog = "^2.2.3"
slog = { version = "^2.2.3" , features = ["max_level_trace", "release_max_level_trace"] }
slog-term = "^2.4.0"
slog-async = "^2.3.0"
ssz = { path = "../../eth2/utils/ssz" }