From b2e6ca46ca2ad3352ef13154b401e798e9a7d752 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Fri, 27 Nov 2020 18:00:03 +0200 Subject: Profile completions better --- crates/syntax/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/syntax/Cargo.toml') diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index 1fe907753..ce62babc3 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml @@ -28,6 +28,7 @@ stdx = { path = "../stdx", version = "0.0.0" } text_edit = { path = "../text_edit", version = "0.0.0" } parser = { path = "../parser", version = "0.0.0" } test_utils = { path = "../test_utils", version = "0.0.0" } +profile = { path = "../profile", version = "0.0.0" } [dev-dependencies] walkdir = "2.3.1" -- cgit v1.2.3