monitoring kit
Diffstat (limited to 'disk/Cargo.toml')
-rw-r--r--disk/Cargo.toml26
1 files changed, 26 insertions, 0 deletions
diff --git a/disk/Cargo.toml b/disk/Cargo.toml
new file mode 100644
index 0000000..80c961d
--- /dev/null
+++ b/disk/Cargo.toml
@@ -0,0 +1,26 @@
+[package]
+name = "disk"
+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"
+termion = "4.0.4"
+grapher = { path = "../grapher" }
+ping-rs = "0.1.2"
+oneshot = { version = "0.1.11", default-features = false, features = ["std"] }
+libc = "0.2.171"
+atools = "0.1.6"
+implicit-fn = "0.1.0"
+collar = "1.0.1"
+human_bytes = "0.4.3"
+
+
+[[bin]]
+name = "disk"
+doc = false
+path = "src/disk.rs"