From 5d68d164d9a7bff8f3015257f25eb71c44829ddf Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Tue, 7 Jan 2025 03:43:43 -0600 Subject: untested moment (remove reqwest) --- Cargo.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a101ee3..5fc092e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,16 +5,15 @@ edition = "2021" [dependencies] chrono = { version = "0.4.39", default-features = false, features = ["std", "alloc", "clock", "now", "serde"] } +const_format = "0.2.34" +curl = { version = "0.4.47", features = ["http2"] } log = "0.4.22" regex = "1.11.1" -reqwest = "0.12.9" serde = { version = "1.0.216", features = ["derive"] } serde_json = "1.0.133" sha1_smol = { version = "1.0.1", features = ["alloc", "std", "serde"] } sysinfo = { version = "0.33.1", features = ["system", "multithread"] } -tokio = { version = "1.42.0", features = ["fs"] } +tokio = { version = "1.42.0", features = ["fs", "io-util", "sync", "rt"] } [workspace] -members = [ "ozone-cli", - "ozone-ui" -] +members = [ "ozone-cli", "ozone-ui" ] -- cgit v1.2.3-70-g09d2