From 93a91ae9defed0b4e5148b4af6feb90dc75289c0 Mon Sep 17 00:00:00 2001 From: David Lattimore Date: Sat, 27 Jun 2020 17:31:50 +1000 Subject: Add a simple SSR subcommand to the rust-analyzer command line binary --- Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index b19d697f5..cf0479f0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1464,10 +1464,12 @@ dependencies = [ "ra_hir_def", "ra_hir_ty", "ra_ide", + "ra_ide_db", "ra_mbe", "ra_proc_macro_srv", "ra_prof", "ra_project_model", + "ra_ssr", "ra_syntax", "ra_text_edit", "ra_toolchain", -- cgit v1.2.3