diff options
| author | mo8it <mo8it@proton.me> | 2024-08-25 20:31:08 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-08-25 20:31:08 +0200 |
| commit | 360605e2840d7b8876afac6df5178c068484cd57 (patch) | |
| tree | e453cf5ab30f40e976ce16ee373a2b0fb2f88283 /Cargo.toml | |
| parent | 47976caa69e24ea9ee5d38918a0abea89ff10983 (diff) | |
| parent | 64772544fad6788fd3fce5db3f357dba6f2d8d23 (diff) | |
Merge branch 'rm-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 |
