Initial Libp2p RPC implementation.

This commit is contained in:
Age Manning
2019-03-15 01:50:59 +11:00
parent 23a8fbfc74
commit c06e8ffa5b
8 changed files with 341 additions and 2 deletions

View File

@@ -7,7 +7,6 @@ edition = "2018"
[dependencies]
client = { path = "client" }
version = { path = "version" }
clap = "2.32.0"
slog = "^2.2.3"
slog-term = "^2.4.0"