From 66be735aa98c32fb062d1c756fa9303ff2d13002 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 12 Aug 2018 18:50:16 +0300 Subject: flip comma --- 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 d6423979b..fe688bc20 100644 --- a/crates/libeditor/Cargo.toml +++ b/crates/libeditor/Cargo.toml @@ -7,4 +7,6 @@ publish = false [dependencies] itertools = "0.7.8" superslice = "0.1.0" + libsyntax2 = { path = "../libsyntax2" } +assert_eq_text = { path = "../assert_eq_text" } -- cgit v1.2.3