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

@@ -15,7 +15,7 @@ serde = "1.0"
serde_derive = "1.0"
ssz = { path = "../../eth2/utils/ssz" }
ssz_derive = { path = "../../eth2/utils/ssz_derive" }
slog = "^2.2.3"
slog = { version = "^2.2.3" , features = ["max_level_trace", "release_max_level_trace"] }
version = { path = "../version" }
tokio = "0.1.16"
futures = "0.1.25"