Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #17188 - szabgab:patch-1, r=Veykril
use the repository field to link to the repository
bors 2024-05-13
parent 7aecf1a · parent d0c0660 · commit bf53c47
-rw-r--r--crates/rust-analyzer/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/rust-analyzer/Cargo.toml b/crates/rust-analyzer/Cargo.toml
index 3d8e763721..34b3e49314 100644
--- a/crates/rust-analyzer/Cargo.toml
+++ b/crates/rust-analyzer/Cargo.toml
@@ -1,7 +1,8 @@
[package]
name = "rust-analyzer"
version = "0.0.0"
-homepage = "https://github.com/rust-analyzer/rust-analyzer"
+homepage = "https://rust-analyzer.github.io/"
+repository = "https://github.com/rust-analyzer/rust-analyzer"
description = "A language server for the Rust programming language"
documentation = "https://rust-analyzer.github.io/manual.html"
autobins = false