diff options
author | Julian T. <julian@jtle.dk> | 2024-04-28 00:05:33 +0200 |
---|---|---|
committer | Julian T. <julian@jtle.dk> | 2024-04-28 00:05:33 +0200 |
commit | 0b29e9b14607f3226c46f75a20f11abd49c8f4a6 (patch) | |
tree | f35d4d8021fc018e7e04c4268b543b1971a9af66 /Cargo.toml | |
parent | b27e72f5ac588506941b74c1f421235eb59e69d5 (diff) |
Start with tui instead
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |