monitoring kit
Diffstat (limited to 'cpu/Cargo.toml')
-rw-r--r--cpu/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/cpu/Cargo.toml b/cpu/Cargo.toml
index 66745ff..9fca4ee 100644
--- a/cpu/Cargo.toml
+++ b/cpu/Cargo.toml
@@ -16,3 +16,14 @@ parking_lot = "0.12.3"
regex = "1.11.1"
termion = "4.0.4"
grapher = { path = "../grapher" }
+
+
+[[bin]]
+name = "cpu"
+doc = false
+path = "src/cpu.rs"
+
+[[bin]]
+name = "temps"
+doc = false
+path = "src/temps.rs"