Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/Cargo.toml')
| -rw-r--r-- | helix-view/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index 7238ec68..3154788d 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -52,6 +52,8 @@ log = "~0.4" parking_lot.workspace = true thiserror.workspace = true +kstring = "2.0" + [target.'cfg(windows)'.dependencies] clipboard-win = { version = "5.4", features = ["std"] } |