From 03bea24f9de698375033af92a08762446d0e20cc Mon Sep 17 00:00:00 2001 From: FxQnLr Date: Sun, 25 Feb 2024 16:14:56 +0100 Subject: Closes #2. Config and setup stuff --- Cargo.toml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ca76349..461b0bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webol-cli" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -10,15 +10,14 @@ name = "webol" path = "src/main.rs" [dependencies] -clap = { version = "4.4.6", features = ["derive"] } -clap_complete = "4.4.4" -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" +clap = { version = "4.5", features = ["derive"] } +clap_complete = "4.5" +config = "0.14" +dirs = "5.0" +futures-util = "0.3" +indicatif = "0.17" +reqwest = { version = "0.11", features = ["blocking"] } +serde = "1.0" +serde_json = "1.0" +tokio = { version = "1.36", features = ["macros", "rt-multi-thread", "io-std"] } +tokio-tungstenite = "0.21" -- cgit v1.2.3