Add libp2p transport - tcp/ws/secio and multiplexing.

This commit is contained in:
Age Manning
2019-03-06 23:31:08 +11:00
parent b68adc1ae3
commit ac639c6427
8 changed files with 108 additions and 49 deletions

View File

@@ -8,3 +8,4 @@ edition = "2018"
# SigP repository until PR is merged
libp2p = { git = "https://github.com/SigP/rust-libp2p", branch = "gossipsub" }
slog = "2.4.1"
version = { path = "../version" }