From 41570f60bf268c97223a864b8aa11a339929f55a Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 17 Aug 2018 16:04:34 +0300 Subject: extend module resolve to mod.rs --- crates/libeditor/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/libeditor/Cargo.toml') diff --git a/crates/libeditor/Cargo.toml b/crates/libeditor/Cargo.toml index 502f532a7..7b39870cd 100644 --- a/crates/libeditor/Cargo.toml +++ b/crates/libeditor/Cargo.toml @@ -10,4 +10,6 @@ superslice = "0.1.0" libsyntax2 = { path = "../libsyntax2" } smol_str = "0.1.0" + +[dev-dependencies] assert_eq_text = { path = "../assert_eq_text" } -- cgit v1.2.3