From a0582ead78fda02e4137a82e100963e88362f252 Mon Sep 17 00:00:00 2001 From: krolxon Date: Tue, 23 Apr 2024 16:10:03 +0530 Subject: get basic tui working with Ratatui --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b1aeb39..1127b66 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,3 +10,5 @@ mpd = "0.1.0" clap = { version = "4.0.29", features = ["derive"] } rust_fzf = "0.3.1" simple-dmenu = "0.1.0" +ratatui = "0.26.2" +crossterm = "0.27.0" -- cgit v1.2.3