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