diff options
| author | 2025-01-05 04:39:18 -0600 | |
|---|---|---|
| committer | 2025-01-05 04:39:18 -0600 | |
| commit | a757414560aba4247eb0bd93cf954968fd006f7c (patch) | |
| tree | 7523186408e3ad85706e9c1e1ca2070e9660ee20 /ozone-cli/Cargo.toml | |
| parent | moo (diff) | |
idr what I changed
Diffstat (limited to 'ozone-cli/Cargo.toml')
| -rw-r--r-- | ozone-cli/Cargo.toml | 7 |
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 |
