diff options
| author | 2025-01-07 03:43:43 -0600 | |
|---|---|---|
| committer | 2025-01-07 03:43:43 -0600 | |
| commit | 5d68d164d9a7bff8f3015257f25eb71c44829ddf (patch) | |
| tree | c6fa8bd5e7c4dc4e14268f3c34138b5bf92d3746 /Cargo.toml | |
| parent | idr what I changed (diff) | |
untested moment (remove reqwest)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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" ] |
