aboutsummaryrefslogtreecommitdiff
path: root/helix-lsp/Cargo.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-05-06 08:15:49 +0000
committerBlaž Hrastnik2021-05-06 08:15:49 +0000
commitba970054957238cb682ae3be022b675131beb6f8 (patch)
tree92fcbcc733fdccb79b1746ed1286f6d01c49daeb /helix-lsp/Cargo.toml
parentd00414f81a49501277642868c2cf76eefeb0db6b (diff)
Work around the rest of the blocking issues.
Diffstat (limited to 'helix-lsp/Cargo.toml')
-rw-r--r--helix-lsp/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-lsp/Cargo.toml b/helix-lsp/Cargo.toml
index 09351f97..0fae9cb2 100644
--- a/helix-lsp/Cargo.toml
+++ b/helix-lsp/Cargo.toml
@@ -14,6 +14,7 @@ once_cell = "1.4"
lsp-types = { version = "0.89", features = ["proposed"] }
tokio = { version = "1", features = ["full"] }
tokio-stream = "0.1.5"
+futures-executor = { version = "0.3" }
url = "2"
pathdiff = "0.2"
shellexpand = "2.0"