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"