diff --git a/Cargo.toml b/Cargo.toml index 8716d91..8913f94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,14 @@ [package] name = "temp" +description = "Simple personal CLI tool for monitoring temperatures" +license = "MIT" +authors = ["Midefos "] version = "0.1.0" edition = "2021" +repository = "https://git.midefos.com/midefos/temp/" +readme = "README.md" +keywords = ["temperature", "cli", "nvidia", "amd"] +categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index f32561b..425c04a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Simple personal CLI tool for monitoring temperatures. You need to have ```nvidia-smi``` and ```lm-sensors``` configured and installed. ## Usage + ### CPU (Only AMD) Display the current temperature in Celsius. ``` @@ -16,3 +17,8 @@ Display the current temperature in Celsius. temp gpu ``` +## Note +This tool is specifically designed to function on my personal computer setup and configuration. +Its compatibility and reliability on other systems cannot be guaranteed. + +Therefore, it is strongly advised not to use this tool outside of its intended environment.