From 2f282d100fca3d8aa09d7802c1c38d61ec92b5ae Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sun, 15 Oct 2023 20:06:41 +0200 Subject: Init Terminal User Interface --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 290d613..5babd0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,5 +9,7 @@ authors = ["Santo Cariotti "] [dependencies] anyhow = "1.0.75" clap = { version = "4.4.6", features = ["derive"] } +crossterm = "0.27.0" fork = "0.1.22" nix = { version = "0.27.1", features = ["ptrace"] } +ratatui = "0.23.0" -- cgit v1.2.3-71-g8e6c