aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
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"
+