From cb928b84f00dc214081b8e7c4f99f841ae886ef6 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sun, 18 Dec 2022 17:17:21 -0800 Subject: [PATCH] feat: added expected deps --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 868d987..d84cb69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +clap = { version = "4.0.29", features = ["derive"] } +confy = "0.5.1" +tungstenite = "0.18.0"