From 1036d565d8d9740ab55995095d495e582ce643d8 Mon Sep 17 00:00:00 2001 From: Timon Vonk Date: Thu, 13 Jun 2024 12:32:35 +0200 Subject: [PATCH] chore: configure cargo toml (#7) --- swiftide/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/swiftide/Cargo.toml b/swiftide/Cargo.toml index 4b50ec66..4772db8e 100644 --- a/swiftide/Cargo.toml +++ b/swiftide/Cargo.toml @@ -2,6 +2,11 @@ name = "swiftide" version = "0.1.0" edition = "2021" +license = "MIT" +keywords = ["llm", "rag", "ingestiong", "ai", "async", "openai"] +description = "Blazing fast document and code indexation" +categories = ["asynchronous"] +licence-file = "../LICENSE" [dependencies] anyhow = { version = "1.0.86", features = ["backtrace"] }