Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'lib/lsp-server/Cargo.toml')
| -rw-r--r-- | lib/lsp-server/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/lsp-server/Cargo.toml b/lib/lsp-server/Cargo.toml index 35a5a4d82b..1fc1da50a0 100644 --- a/lib/lsp-server/Cargo.toml +++ b/lib/lsp-server/Cargo.toml @@ -16,6 +16,9 @@ crossbeam-channel.workspace = true [dev-dependencies] lsp-types = "=0.95" ctrlc = "3.4.7" +anyhow.workspace = true +rustc-hash.workspace = true +toolchain.workspace = true [lints] workspace = true |