aboutsummaryrefslogtreecommitdiff
path: root/crates/server/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/server/Cargo.toml')
-rw-r--r--crates/server/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml
index 32c1219e1..2a9374e98 100644
--- a/crates/server/Cargo.toml
+++ b/crates/server/Cargo.toml
@@ -24,3 +24,6 @@ libsyntax2 = { path = "../libsyntax2" }
24libeditor = { path = "../libeditor" } 24libeditor = { path = "../libeditor" }
25libanalysis = { path = "../libanalysis" } 25libanalysis = { path = "../libanalysis" }
26gen_lsp_server = { path = "../gen_lsp_server" } 26gen_lsp_server = { path = "../gen_lsp_server" }
27
28[dev-dependencies]
29tempdir = "0.3.7"