aboutsummaryrefslogtreecommitdiff
path: root/crates/gen_lsp_server/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/gen_lsp_server/Cargo.toml')
-rw-r--r--crates/gen_lsp_server/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/gen_lsp_server/Cargo.toml b/crates/gen_lsp_server/Cargo.toml
index 54a1d2901..fa63db446 100644
--- a/crates/gen_lsp_server/Cargo.toml
+++ b/crates/gen_lsp_server/Cargo.toml
@@ -2,7 +2,7 @@
2edition = "2018" 2edition = "2018"
3name = "gen_lsp_server" 3name = "gen_lsp_server"
4version = "0.1.0" 4version = "0.1.0"
5authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"] 5authors = ["rust-analyzer deverlopers"]
6repository = "https://github.com/rust-analyzer/rust-analyzer" 6repository = "https://github.com/rust-analyzer/rust-analyzer"
7license = "MIT OR Apache-2.0" 7license = "MIT OR Apache-2.0"
8description = "Generic LSP server scaffold." 8description = "Generic LSP server scaffold."