From def3f9d519fdfab5e687af1a6b7bccc80735d54a Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 9 Aug 2026 18:17:08 +0200 Subject: Add function to pprint the legende Doesn't quite works --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index dbd0150..62d130e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,5 @@ edition = "2024" [dependencies] clap = { version = "4.4", features = ["derive"] } ping = "0.9.0" +term_size = "0.3.2" tokio = { version = "1", features = ["full"] } -- cgit v1.3-2-g11bf