diff options
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" ] |
