From d5dedc1b113ea08f9a8fcedc55a49d1760c40968 Mon Sep 17 00:00:00 2001 From: Silas Marvin <19626586+SilasMarvin@users.noreply.github.com> Date: Thu, 6 Jun 2024 18:40:41 -0700 Subject: [PATCH] Updated Cargo.toml for publishing --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b5e653a..dc79562 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "lsp-ai" version = "0.1.0" edition = "2021" +license = "MIT" +description = "LSP-AI is an open-source language server that serves as a backend for AI-powered functionality, designed to assist and empower software engineers, not replace them." +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html