summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-08-25 20:31:08 +0200
committermo8it <mo8it@proton.me>2024-08-25 20:31:08 +0200
commit360605e2840d7b8876afac6df5178c068484cd57 (patch)
treee453cf5ab30f40e976ce16ee373a2b0fb2f88283 /Cargo.toml
parent47976caa69e24ea9ee5d38918a0abea89ff10983 (diff)
parent64772544fad6788fd3fce5db3f357dba6f2d8d23 (diff)
Merge branch 'rm-ratatui'
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a8b81eb..4b3e98c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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