From 541170420bb6f9a5c0e8d6f56865567fd8ae0f93 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 1 Sep 2018 20:21:11 +0300 Subject: Add an integration test --- crates/server/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crates/server/Cargo.toml') 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" } libeditor = { path = "../libeditor" } libanalysis = { path = "../libanalysis" } gen_lsp_server = { path = "../gen_lsp_server" } + +[dev-dependencies] +tempdir = "0.3.7" -- cgit v1.2.3