summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJulian T. <julian@jtle.dk>2024-04-28 00:05:33 +0200
committerJulian T. <julian@jtle.dk>2024-04-28 00:05:33 +0200
commit0b29e9b14607f3226c46f75a20f11abd49c8f4a6 (patch)
treef35d4d8021fc018e7e04c4268b543b1971a9af66 /Cargo.toml
parentb27e72f5ac588506941b74c1f421235eb59e69d5 (diff)
Start with tui instead
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2321cd0..a14bbdd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,8 @@ name = "tidsreg"
version = "0.1.0"
edition = "2021"
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
[dependencies]
+crossterm = "0.27.0"
+ratatui = "0.26.2"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html