From 76d359aa1baa6bffc170a06af4ecc1dc27b24bf0 Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 22 Mar 2023 23:37:42 +0200 Subject: Add dependencies --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6c4fcf4..ab4fc1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,12 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +#tui = { version = "0.19.0", features = ["termion"] } +tui = "0.19.0" +termion = "2.0.1" +crossterm = "0.26.1" +rand = "0.8.5" +paragraph = "0.0.2" +console = "0.15.5" +ansi_term = "0.12.1" + -- cgit v1.2.3