This commit is contained in:
2024-10-30 21:18:02 +08:00
parent aea8ffc9da
commit 9bb6854125
15 changed files with 216 additions and 24 deletions

View File

@@ -5,5 +5,6 @@ edition = "2021"
[dependencies]
crossterm = { version = "0.28.1", features = ["event-stream"] }
lazy_static = "1.5.0"
ratatui = { version = "0.28.1", features = ["all-widgets"] }
unicode-width = "0.2.0"