summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-01-07 03:43:43 -0600
committerLibravatar bigfoot547 <[email protected]>2025-01-07 03:43:43 -0600
commit5d68d164d9a7bff8f3015257f25eb71c44829ddf (patch)
treec6fa8bd5e7c4dc4e14268f3c34138b5bf92d3746 /Cargo.toml
parentidr what I changed (diff)
untested moment (remove reqwest)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 4 insertions, 5 deletions
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" ]