monitoring kit
Diffstat (limited to 'grapher/Cargo.toml')
-rw-r--r--grapher/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/grapher/Cargo.toml b/grapher/Cargo.toml
new file mode 100644
index 0000000..890709e
--- /dev/null
+++ b/grapher/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "grapher"
+version = "1.0.0"
+edition = "2021"
+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"