diff options
Diffstat (limited to 'helix-lsp/Cargo.toml')
-rw-r--r-- | helix-lsp/Cargo.toml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/helix-lsp/Cargo.toml b/helix-lsp/Cargo.toml index 351c3b0e..ffd909a4 100644 --- a/helix-lsp/Cargo.toml +++ b/helix-lsp/Cargo.toml @@ -13,12 +13,13 @@ helix-view = { path = "../helix-view" } lsp-types = { version = "0.82", features = ["proposed"] } smol = "1.2" url = "2" -pathdiff = "0.2.0" -shellexpand = "2.0.0" +pathdiff = "0.2" +shellexpand = "2.0" glob = "0.3" anyhow = "1" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } jsonrpc-core = "15.1" futures-util = "0.3" -thiserror = "1.0.21" +thiserror = "1" +log = "0.4" |