diff options
| author | 2025-01-16 19:58:49 -0600 | |
|---|---|---|
| committer | 2025-01-16 19:58:49 -0600 | |
| commit | 55e314f513cdfb3ba33089621d460cfa925c20b2 (patch) | |
| tree | 4447c7c8cff91960ef033c74367251efb19379e7 /Cargo.toml | |
| parent | remove idea files (diff) | |
start on extracting libraries
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,7 @@ edition = "2021" chrono = { version = "0.4.39", default-features = false, features = ["std", "alloc", "clock", "now", "serde"] } const_format = "0.2.34" futures = "0.3.31" +lazy_static = "1.5.0" log = "0.4.22" regex = "1.11.1" reqwest = { version = "0.12.12", features = ["json", "stream"] } @@ -15,6 +16,8 @@ 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", "io-util", "sync", "rt"] } +tokio-stream = { version = "0.1.17", features = ["fs"] } +zip = { version = "2.2.2", default-features = false, features = ["bzip2", "deflate", "deflate64", "lzma", "xz"] } [workspace] members = [ "ozone-cli", "ozone-ui" ] |
