diff options
Diffstat (limited to 'crates/ra_editor/Cargo.toml')
-rw-r--r-- | crates/ra_editor/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crates/ra_editor/Cargo.toml b/crates/ra_editor/Cargo.toml index 1ad99af28..039688d7d 100644 --- a/crates/ra_editor/Cargo.toml +++ b/crates/ra_editor/Cargo.toml | |||
@@ -18,3 +18,11 @@ proptest = "0.8.7" | |||
18 | 18 | ||
19 | [dev-dependencies] | 19 | [dev-dependencies] |
20 | test_utils = { path = "../test_utils" } | 20 | test_utils = { path = "../test_utils" } |
21 | criterion = "0.2" | ||
22 | rand = "*" | ||
23 | rand_xorshift = "*" | ||
24 | lazy_static = "*" | ||
25 | |||
26 | [[bench]] | ||
27 | name = "translate_offset_with_edit_benchmark" | ||
28 | harness = false \ No newline at end of file | ||