Added ratatui
This commit is contained in:
parent
ba8b12c727
commit
28483fe165
8 changed files with 559 additions and 14 deletions
|
|
@ -5,7 +5,7 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
clap = { version = "4.5", features = ["derive", "env"] }
|
||||
reqwest = { version = "0.12.27", features = ["blocking", "json"] }
|
||||
reqwest = { version = "0.12.28", features = ["blocking", "json"] }
|
||||
anyhow = "1.0"
|
||||
fluent-templates = "0.13.2"
|
||||
unic-langid = "0.9.6"
|
||||
|
|
@ -14,3 +14,5 @@ serde = { version = "1.0", features = ["derive"] }
|
|||
serde_json = "1.0.146"
|
||||
once_cell = "1.19"
|
||||
url = "2.5.7"
|
||||
ratatui = "0.29.0"
|
||||
crossterm = "0.29.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue