aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/Cargo.toml
diff options
context:
space:
mode:
authorBernardo <[email protected]>2018-12-18 17:46:54 +0000
committerBernardo <[email protected]>2018-12-25 18:59:02 +0000
commit8c9df62c1c6a778a8df9ea028d1dce98c91c4d9d (patch)
tree0d4f3055025ca19b1b375a13b5e4ed1458d90afb /crates/ra_lsp_server/Cargo.toml
parent881c29192d39f657bf518baf399c47a5bfdc922f (diff)
move translate_offset_with_edit to ra_editor
Diffstat (limited to 'crates/ra_lsp_server/Cargo.toml')
-rw-r--r--crates/ra_lsp_server/Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml
index d73ff158f..3c8c240cd 100644
--- a/crates/ra_lsp_server/Cargo.toml
+++ b/crates/ra_lsp_server/Cargo.toml
@@ -34,8 +34,6 @@ ra_analysis = { path = "../ra_analysis" }
34gen_lsp_server = { path = "../gen_lsp_server" } 34gen_lsp_server = { path = "../gen_lsp_server" }
35ra_vfs = { path = "../ra_vfs" } 35ra_vfs = { path = "../ra_vfs" }
36 36
37proptest = "0.8.7"
38
39[dev-dependencies] 37[dev-dependencies]
40tempdir = "0.3.7" 38tempdir = "0.3.7"
41test_utils = { path = "../test_utils" } \ No newline at end of file 39test_utils = { path = "../test_utils" }