Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r--helix-term/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml
index afd666c5..9332290a 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -92,6 +92,8 @@ serde = { version = "1.0", features = ["derive"] }
dashmap = "6.0"
+parking_lot.workspace = true
+
[target.'cfg(windows)'.dependencies]
crossterm = { version = "0.28", features = ["event-stream"] }