We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4200ed6 commit 3524151Copy full SHA for 3524151
Cargo.toml
@@ -1,6 +1,13 @@
1
[package]
2
name = "emacs-lsp-booster"
3
-version = "0.0.0" # this package will never be published as lib, so ignore this version field
+description = "Emacs LSP performance booster "
4
+homepage = "https://github.com/blahgeek/emacs-lsp-booster"
5
+repository = "https://github.com/blahgeek/emacs-lsp-booster"
6
+readme = "README.md"
7
+keywords = ["emacs", "lsp"]
8
+categories = ["command-line-utilities", "development-tools"]
9
+license = "MIT"
10
+version = "0.2.1"
11
edition = "2021"
12
13
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
0 commit comments