diff options
| author | mo8it <mo8it@proton.me> | 2024-08-24 00:14:12 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-08-24 00:14:12 +0200 |
| commit | 570bc9f32d7ef0bf741fab44d15f7cd54a1f3fc1 (patch) | |
| tree | 528eae66ebf8fc3250c827a0e5468e6e7569e141 /Cargo.toml | |
| parent | 47976caa69e24ea9ee5d38918a0abea89ff10983 (diff) | |
Start list without Ratatui
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,9 +49,9 @@ include = [ ahash = { version = "0.8.11", default-features = false } anyhow = "1.0.86" clap = { version = "4.5.16", features = ["derive"] } +crossterm = { version = "0.28.1", default-features = false, features = ["windows", "events"] } notify-debouncer-mini = { version = "0.4.1", default-features = false } os_pipe = "1.2.1" -ratatui = { version = "0.28.0", default-features = false, features = ["crossterm"] } rustlings-macros = { path = "rustlings-macros", version = "=6.2.0" } serde_json = "1.0.125" serde.workspace = true |
