From 08256ef07b8b2c478111d34a4c2029b09257f6de Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Mon, 30 Jun 2025 13:58:39 -0500 Subject: Add package dependencies, basic ratatui rendering --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 113246e..d357361 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,6 @@ readme = "README.md" [dependencies] clap = "4.5.40" +color-eyre = "0.6.5" +crossterm = "0.29.0" ratatui = "0.29.0" -- cgit