Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-lsp/Cargo.toml')
| -rw-r--r-- | helix-lsp/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-lsp/Cargo.toml b/helix-lsp/Cargo.toml index 0b502f76..f87f15f2 100644 --- a/helix-lsp/Cargo.toml +++ b/helix-lsp/Cargo.toml @@ -31,3 +31,4 @@ tokio = { version = "1.37", features = ["rt", "rt-multi-thread", "io-util", "io- tokio-stream = "0.1.15" parking_lot = "0.12.1" arc-swap = "1" +slotmap.workspace = true |