Skip to content

Commit 4b6651a

Browse files
bors[bot]KOLANICH
andauthored
Merge #9631
9631: Added some metadata for rust-analyzer package sufficient to build a package using `cargo deb` r=matklad a=KOLANICH Co-authored-by: KOLANICH <[email protected]>
2 parents f89779e + f002063 commit 4b6651a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

crates/rust-analyzer/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[package]
22
name = "rust-analyzer"
33
version = "0.0.0"
4-
description = "TBD"
4+
authors = ["rust-analyzer Team"]
5+
homepage = "https://github.com/rust-analyzer/rust-analyzer"
6+
description = "A language server for the Rust programming language"
7+
documentation = "https://rust-analyzer.github.io/manual.html"
58
license = "MIT OR Apache-2.0"
69
autobins = false
710
edition = "2018"

0 commit comments

Comments
 (0)