aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_text_edit/Cargo.toml
diff options
context:
space:
mode:
authorBernardo <[email protected]>2018-12-12 17:51:43 +0000
committerBernardo <[email protected]>2018-12-25 18:45:21 +0000
commit3d98744c2a929c35852d20b5724ef5b6be1e3312 (patch)
tree2125060d997f327d6ebeccd12833be0cf8ffce8b /crates/ra_text_edit/Cargo.toml
parent5fb426cb9eeefa69a53d7c8c3367f7c6b714b9b8 (diff)
proptest strategies for TextUnit and AtomTextEdit
Diffstat (limited to 'crates/ra_text_edit/Cargo.toml')
-rw-r--r--crates/ra_text_edit/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_text_edit/Cargo.toml b/crates/ra_text_edit/Cargo.toml
index 3c4157a4e..67dfd0924 100644
--- a/crates/ra_text_edit/Cargo.toml
+++ b/crates/ra_text_edit/Cargo.toml
@@ -10,3 +10,4 @@ text_unit = "0.1.5"
10 10
11[dev-dependencies] 11[dev-dependencies]
12test_utils = { path = "../test_utils" } 12test_utils = { path = "../test_utils" }
13proptest = "0.8.7"