From a757414560aba4247eb0bd93cf954968fd006f7c Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Sun, 5 Jan 2025 04:39:18 -0600 Subject: idr what I changed --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8ee9cfd..a101ee3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,9 +11,10 @@ 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"] } [workspace] -members = [ +members = [ "ozone-cli", "ozone-ui" ] -- cgit v1.2.3-70-g09d2