From ed2ac1713326df6b926062efcc6109a20cdf7c37 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 13 Aug 2018 14:24:22 +0300 Subject: smol_str to a crate --- crates/libeditor/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/libeditor/Cargo.toml') diff --git a/crates/libeditor/Cargo.toml b/crates/libeditor/Cargo.toml index fe688bc20..1d210f3c1 100644 --- a/crates/libeditor/Cargo.toml +++ b/crates/libeditor/Cargo.toml @@ -9,4 +9,5 @@ itertools = "0.7.8" superslice = "0.1.0" libsyntax2 = { path = "../libsyntax2" } +smol_str = { path = "../smol_str" } assert_eq_text = { path = "../assert_eq_text" } -- cgit v1.2.3