diff --git a/src/tools/rust-analyzer/crates/rust-analyzer/Cargo.toml b/src/tools/rust-analyzer/crates/rust-analyzer/Cargo.toml index 3d8e7637213f..34b3e4931403 100644 --- a/src/tools/rust-analyzer/crates/rust-analyzer/Cargo.toml +++ b/src/tools/rust-analyzer/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