Restructure heavily

This commit is contained in:
Paul Hauner
2018-08-07 10:08:39 +10:00
parent 819527038e
commit 0064efc402
9 changed files with 78 additions and 31 deletions

View File

@@ -20,6 +20,7 @@ libp2p-tcp-transport = { git = "https://github.com/tomaka/libp2p-rs", branch ="z
libp2p-floodsub = { git = "https://github.com/tomaka/libp2p-rs", branch ="zksummit" }
libp2p-identify = { git = "https://github.com/tomaka/libp2p-rs", branch ="zksummit" }
libp2p-kad = { git = "https://github.com/tomaka/libp2p-rs", branch ="zksummit" }
network-libp2p = { path = "network-libp2p" }
# TODO: Bring pem module internal; too risky to have as external dep.
pem = "0.5.0"
rand = "0.3"