aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_editor/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_editor/Cargo.toml
parent881c29192d39f657bf518baf399c47a5bfdc922f (diff)
move translate_offset_with_edit to ra_editor
Diffstat (limited to 'crates/ra_editor/Cargo.toml')
-rw-r--r--crates/ra_editor/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ra_editor/Cargo.toml b/crates/ra_editor/Cargo.toml
index c29be1350..1ad99af28 100644
--- a/crates/ra_editor/Cargo.toml
+++ b/crates/ra_editor/Cargo.toml
@@ -14,5 +14,7 @@ rustc-hash = "1.0"
14ra_syntax = { path = "../ra_syntax" } 14ra_syntax = { path = "../ra_syntax" }
15ra_text_edit = { path = "../ra_text_edit" } 15ra_text_edit = { path = "../ra_text_edit" }
16 16
17proptest = "0.8.7"
18
17[dev-dependencies] 19[dev-dependencies]
18test_utils = { path = "../test_utils" } 20test_utils = { path = "../test_utils" }