From 55e314f513cdfb3ba33089621d460cfa925c20b2 Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Thu, 16 Jan 2025 19:58:49 -0600 Subject: start on extracting libraries --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 965af54..34f1eda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" ] -- cgit v1.2.3-70-g09d2