Skip to content

Commit 3524151

Browse files
committed
Fill all required fields in Cargo.toml for publishing
1 parent 4200ed6 commit 3524151

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
[package]
22
name = "emacs-lsp-booster"
3-
version = "0.0.0" # this package will never be published as lib, so ignore this version field
3+
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"
411
edition = "2021"
512

613
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)