lighthouse/beacon_node/websocket_server/Cargo.toml

19 lines
422 B
TOML
Raw Normal View History

2019-09-14 14:34:03 +00:00
[package]
name = "websocket_server"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
exit-future = "0.1.4"
futures = "0.1.29"
serde = "1.0.102"
serde_derive = "1.0.102"
serde_json = "1.0.41"
slog = "2.5.2"
tokio = "0.1.22"
2019-09-14 14:34:03 +00:00
types = { path = "../../eth2/types" }
ws = "0.9.1"