From d0b6ed4441469acfb6bc6555d78abf12637b6cf4 Mon Sep 17 00:00:00 2001 From: Edwin Cheng Date: Wed, 18 Mar 2020 20:56:46 +0800 Subject: Add ProcMacroClient --- Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index d61343657..bb39fe225 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -926,6 +926,7 @@ name = "ra_db" version = "0.1.0" dependencies = [ "ra_cfg", + "ra_proc_macro", "ra_prof", "ra_syntax", "relative-path", @@ -1110,6 +1111,7 @@ dependencies = [ "ra_cargo_watch", "ra_cfg", "ra_db", + "ra_proc_macro", "rustc-hash", "serde", "serde_json", -- cgit v1.2.3