diff options
| author | mo8it <mo8it@proton.me> | 2024-04-04 20:21:55 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-04 20:21:55 +0200 |
| commit | 2b6f9fb6a7a33f074aa609b2da1ac084bc3ecd6b (patch) | |
| tree | e287f545411f640cddb211d64e8ad90477c0f3b5 /Cargo.toml | |
| parent | 8c8f30d8ce3b732de649938d8945496bd769ac22 (diff) | |
Add Ratatui
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"] } |
