From 9a7c8d4b0ff3b9a7d736bbda68e12a9f3867ec1b Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 17 Oct 2019 22:37:01 +0300 Subject: scale website back We have dedicated https://rust-analyzer.github.io/ now --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c7e1f1215..6ec176cf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace] -members = [ "crates/*", "website/website-gen" ] +members = [ "crates/*" ] [profile.dev] debug = 1 # only line info -- cgit v1.2.3