From f4d3d921460b606a9ff6686c9bb9a79bf546f264 Mon Sep 17 00:00:00 2001 From: FxQnLr Date: Thu, 2 Nov 2023 21:01:16 +0100 Subject: baseline ping --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 69d6f98..2ea0f27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,11 @@ path = "src/main.rs" clap = { version = "4.4.6", features = ["derive"] } config = "0.13.3" dirs = "5.0.1" +futures-util = "0.3.29" +indicatif = "0.17.7" once_cell = "1.18.0" reqwest = { version = "0.11.22", features = ["blocking"] } serde = "1.0.189" serde_json = "1.0.107" +tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread", "io-std"] } +tokio-tungstenite = "0.20.1" -- cgit v1.2.3