aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-10-31 18:37:32 +0000
committerAleksey Kladov <[email protected]>2018-10-31 18:37:40 +0000
commit64ce895ef0beea75e9ecfcdf5b4e226a8a6336d8 (patch)
treeaf07f03610a2ef1f8a49d773170146d0c1774750 /crates/ra_lsp_server/Cargo.toml
parentb58ca6b1a68471f6944893b94f09cd56dc28f837 (diff)
extract fixture parsing
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 2bf073074..f29dafc17 100644
--- a/crates/ra_lsp_server/Cargo.toml
+++ b/crates/ra_lsp_server/Cargo.toml
@@ -32,3 +32,4 @@ gen_lsp_server = { path = "../gen_lsp_server" }
32 32
33[dev-dependencies] 33[dev-dependencies]
34tempdir = "0.3.7" 34tempdir = "0.3.7"
35test_utils = { path = "../test_utils" }