monitoring kit
Diffstat (limited to 'grapher/Cargo.toml')
-rw-r--r--grapher/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/grapher/Cargo.toml b/grapher/Cargo.toml
index 890709e..b03bb37 100644
--- a/grapher/Cargo.toml
+++ b/grapher/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "grapher"
version = "1.0.0"
-edition = "2021"
+edition = "2024"
authors = ["bend-n <[email protected]>"]
repository = "https://github.com/bend-n/monitorkit"
license = "MIT"
@@ -9,4 +9,6 @@ rust-version = "1.85"
[dependencies]
anyhow = "1.0.97"
+itertools = "0.14.0"
termion = "4.0.4"
+unicode-width = "0.2.0"