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