From 0b29e9b14607f3226c46f75a20f11abd49c8f4a6 Mon Sep 17 00:00:00 2001 From: "Julian T." Date: Sun, 28 Apr 2024 00:05:33 +0200 Subject: Start with tui instead --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2321cd0..a14bbdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,8 @@ name = "tidsreg" version = "0.1.0" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] +crossterm = "0.27.0" +ratatui = "0.26.2" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.3