aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_lsp_server/Cargo.toml')
-rw-r--r--crates/ra_lsp_server/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml
index aa1acdc33..54a01d7a2 100644
--- a/crates/ra_lsp_server/Cargo.toml
+++ b/crates/ra_lsp_server/Cargo.toml
@@ -30,6 +30,7 @@ env_logger = { version = "0.7.1", default-features = false, features = ["humanti
30cargo_metadata = "0.9.1" 30cargo_metadata = "0.9.1"
31 31
32[dev-dependencies] 32[dev-dependencies]
33insta = "0.12.0"
33tempfile = "3" 34tempfile = "3"
34test_utils = { path = "../test_utils" } 35test_utils = { path = "../test_utils" }
35 36