Add Ratatui

This commit is contained in:
mo8it
2024-04-04 20:21:55 +02:00
parent 8c8f30d8ce
commit 2b6f9fb6a7
2 changed files with 314 additions and 11 deletions
+2
View File
@@ -29,8 +29,10 @@ edition.workspace = true
anyhow = "1.0.81"
clap = { version = "4.5.4", features = ["derive"] }
console = "0.15.8"
crossterm = "0.27.0"
indicatif = "0.17.8"
notify-debouncer-mini = "0.4.1"
ratatui = "0.26.1"
rustlings-macros = { path = "rustlings-macros" }
serde_json = "1.0.115"
serde = { version = "1.0.197", features = ["derive"] }