summaryrefslogtreecommitdiffstats
path: root/ozone-cli/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 /ozone-cli/Cargo.toml
parentmoo (diff)
idr what I changed
Diffstat (limited to 'ozone-cli/Cargo.toml')
-rw-r--r--ozone-cli/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/ozone-cli/Cargo.toml b/ozone-cli/Cargo.toml
new file mode 100644
index 0000000..c4b3dd0
--- /dev/null
+++ b/ozone-cli/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "ozone-cli"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+sysinfo = { version = "0.33.1", features = ["system", "multithread"] } \ No newline at end of file