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/libsyntax2/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/libsyntax2/Cargo.toml') diff --git a/crates/libsyntax2/Cargo.toml b/crates/libsyntax2/Cargo.toml index 4c4040fe5..810952a0f 100644 --- a/crates/libsyntax2/Cargo.toml +++ b/crates/libsyntax2/Cargo.toml @@ -10,6 +10,7 @@ text_unit = "0.1.2" itertools = "0.7.5" drop_bomb = "0.1.4" parking_lot = "0.6.0" +smol_str = { path = "../smol_str" } [dev-dependencies] assert_eq_text = { path = "../assert_eq_text" } -- cgit v1.2.3