From a69d779cfff810edd375318c3d36fecd42d294b5 Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Thu, 7 Nov 2024 20:07:25 -0700 Subject: Runtime ui --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 09575e6..1a7acb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +crossterm = "0.28.1" lru = "0.12.3" futures = "0.3.30" regex = "1.10.2" -- cgit 1.4.1