From 9987d7abf6acd647b4a3a00c20d15f716dce653c Mon Sep 17 00:00:00 2001 From: stale Date: Sat, 30 Apr 2022 04:44:08 -0300 Subject: we finally got moving cursors heck yeah --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2b6fee6..28dec21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,10 @@ 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-tungstenite = "*" rand = "0.8" +futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] } +futures-channel = "0.3" +format-bytes = "0.3" -- cgit v1.2.3