monitoring kit
Diffstat (limited to 'cpu/Cargo.toml')
| -rw-r--r-- | cpu/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu/Cargo.toml b/cpu/Cargo.toml index 9fca4ee..d961a56 100644 --- a/cpu/Cargo.toml +++ b/cpu/Cargo.toml @@ -16,6 +16,8 @@ parking_lot = "0.12.3" regex = "1.11.1" termion = "4.0.4" grapher = { path = "../grapher" } +hwmons = { version = "1.0.0", path = "../hwmons" } +implicit-fn = "0.1.0" [[bin]] |