aboutsummaryrefslogtreecommitdiff
path: root/crates/libeditor/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/libeditor/Cargo.toml')
-rw-r--r--crates/libeditor/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/libeditor/Cargo.toml b/crates/libeditor/Cargo.toml
index 55f41c2c5..265772204 100644
--- a/crates/libeditor/Cargo.toml
+++ b/crates/libeditor/Cargo.toml
@@ -11,4 +11,4 @@ superslice = "0.1.0"
11libsyntax2 = { path = "../libsyntax2" } 11libsyntax2 = { path = "../libsyntax2" }
12 12
13[dev-dependencies] 13[dev-dependencies]
14assert_eq_text = { path = "../assert_eq_text" } 14test_utils = { path = "../test_utils" }