From 0e29fa02995273bfd803aea48773cbe52a7366ed Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Sat, 23 Mar 2024 13:08:14 -0400 Subject: Rework actions and events + start statusbar --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 140fd90..be10fce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,8 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +color-eyre = "0.6.2" crossterm = "0.27.0" eyre = "0.6.12" ratatui = "0.26.1" +url = "2.5.0" -- cgit v1.2.3