monitoring kit
Diffstat (limited to 'hwmons/Cargo.toml')
| -rw-r--r-- | hwmons/Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hwmons/Cargo.toml b/hwmons/Cargo.toml new file mode 100644 index 0000000..102f261 --- /dev/null +++ b/hwmons/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "hwmons" +version = "1.0.0" +edition = "2024" +authors = ["bend-n <[email protected]>"] +repository = "https://github.com/bend-n/monitorkit" +license = "MIT" +rust-version = "1.85" + +[dependencies] +anyhow = "1.0.97" +implicit-fn = "0.1.0" |