diff options
| author | mo8it <mo8it@proton.me> | 2024-07-25 16:26:48 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-25 16:26:48 +0200 |
| commit | 1937b4bf664568afcdb2c73247b593299d3fca6d (patch) | |
| tree | 4af8ef68950c1d02238e962ac96f6d97dc947b83 /Cargo.toml | |
| parent | 8beb2908420b0225aabe983e3425055db761b356 (diff) | |
Use the rexported crossterm from ratatui
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -45,8 +45,7 @@ include = [ [dependencies] anyhow = "1.0.86" -clap = { version = "4.5.10", features = ["derive"] } -crossterm = "0.27.0" +clap = { version = "4.5.11", features = ["derive"] } hashbrown = "0.14.5" notify-debouncer-mini = { version = "0.4.1", default-features = false } os_pipe = "1.2.0" |
