summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-01-05 04:39:18 -0600
committerLibravatar bigfoot547 <[email protected]>2025-01-05 04:39:18 -0600
commita757414560aba4247eb0bd93cf954968fd006f7c (patch)
tree7523186408e3ad85706e9c1e1ca2070e9660ee20 /Cargo.toml
parentmoo (diff)
idr what I changed
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
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"
]