diff options
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 |
