diff options
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 |