Add basic, not-useful websocket server

This commit is contained in:
Paul Hauner
2019-09-14 10:34:03 -04:00
parent e1f6052d5e
commit 110e627d7b
6 changed files with 101 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ network = { path = "../network" }
eth2-libp2p = { path = "../eth2-libp2p" }
rpc = { path = "../rpc" }
rest_api = { path = "../rest_api" }
websocket_server = { path = "../websocket_server" }
prometheus = "^0.6"
types = { path = "../../eth2/types" }
tree_hash = "0.1"