From f00206331a35076799d031c28877edf3a1a04998 Mon Sep 17 00:00:00 2001 From: KOLANICH Date: Mon, 19 Jul 2021 15:39:49 +0300 Subject: [PATCH] Added some metadata for rust-analyser package sufficient to build it using `cargo deb` Co-authored-by: bjorn3 --- crates/rust-analyzer/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/crates/rust-analyzer/Cargo.toml b/crates/rust-analyzer/Cargo.toml index 9ff95d00466..c75e324db2d 100644 --- a/crates/rust-analyzer/Cargo.toml +++ b/crates/rust-analyzer/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "rust-analyzer" version = "0.0.0" -description = "TBD" +authors = ["rust-analyzer Team"] +homepage = "https://github.com/rust-analyzer/rust-analyzer" +description = "A language server for the Rust programming language" +documentation = "https://rust-analyzer.github.io/manual.html" license = "MIT OR Apache-2.0" autobins = false edition = "2018"