From 5d3ab3dcf8deb887877523e0293237bcee804b1b Mon Sep 17 00:00:00 2001 From: stale Date: Wed, 11 May 2022 07:00:55 -0300 Subject: Ported, it woooorks --- Cargo.toml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d54c86d..1cfddc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,14 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -hyper = { version = "0.14", features = ["full"] } tokio = { version = "1", features = ["full"] } -tokio-rustls = "0.23" -rustls-pemfile = "1" -hyper-tungstenite = "0.8" +warp = { version = "0.3", features = ["tls", "websocket"] } rand = "0.8" -futures = "0.3" -futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] } -futures-channel = "0.3" -format-bytes = "0.3" -anyhow = "1.0" +futures-util = "0.3" -- cgit v1.2.3