monitoring kit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 10 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2da1056..954e19e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,14 @@
[workspace]
-members = ["cpu", "grapher", "memory", "gpu", "battery", "network"]
+members = [
+ "hwmons",
+ "cpu",
+ "grapher",
+ "memory",
+ "gpu",
+ "battery",
+ "network",
+ "disk",
+]
resolver = "3"
[profile.release]