From 239213a3db61530c073d366b50c31b3a86aad879 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 9 Oct 2018 12:55:23 +0300 Subject: Prepare gen_lsp_server for publishing --- crates/gen_lsp_server/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crates/gen_lsp_server/Cargo.toml') diff --git a/crates/gen_lsp_server/Cargo.toml b/crates/gen_lsp_server/Cargo.toml index 6580ba6e4..cf5c34a88 100644 --- a/crates/gen_lsp_server/Cargo.toml +++ b/crates/gen_lsp_server/Cargo.toml @@ -2,11 +2,13 @@ name = "gen_lsp_server" version = "0.1.0" authors = ["Aleksey Kladov "] +repository = "https://github.com/rust-analyzer/rust-analyzer" +license = "MIT OR Apache-2.0" +description = "Generic LSP server scaffold." [dependencies] languageserver-types = "0.51.0" log = "0.4.3" - failure = "0.1.2" serde_json = "1.0.24" serde = "1.0.71" -- cgit v1.2.3