Adds basic structure for swarm behaviour and topology.

This commit is contained in:
Age Manning
2019-03-07 11:43:55 +11:00
parent ac639c6427
commit e8e4c4ab9b
2 changed files with 27 additions and 7 deletions

View File

@@ -9,3 +9,4 @@ edition = "2018"
libp2p = { git = "https://github.com/SigP/rust-libp2p", branch = "gossipsub" }
slog = "2.4.1"
version = { path = "../version" }
tokio = "0.1.16"