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"