From 652eb61f923d488cf754db77684f560bad606320 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Tue, 9 Jul 2024 20:00:52 +0200 Subject: [PATCH] chore: add libpt --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 817681d..1caa2fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,6 @@ categories = ["date-and-time"] [dependencies] chrono = "0.4.38" +libpt = { version = "0.6.0", features = ["cli"] } ratatui = "0.27.0" tui-big-text = "0.4.5"