aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_editor/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_editor/Cargo.toml')
-rw-r--r--crates/ra_editor/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_editor/Cargo.toml b/crates/ra_editor/Cargo.toml
index c29be1350..f39fe4af6 100644
--- a/crates/ra_editor/Cargo.toml
+++ b/crates/ra_editor/Cargo.toml
@@ -16,3 +16,4 @@ ra_text_edit = { path = "../ra_text_edit" }
16 16
17[dev-dependencies] 17[dev-dependencies]
18test_utils = { path = "../test_utils" } 18test_utils = { path = "../test_utils" }
19proptest = "0.8.7"