From 5e454ba6bd9dbbff29df2370e172697a253c4631 Mon Sep 17 00:00:00 2001 From: Timon Vonk Date: Sat, 4 Jan 2025 14:03:30 +0100 Subject: [PATCH] fix: Add missing metadata for Cargo.toml --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8b17bf8..ecfb91d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,13 @@ [package] name = "swiftide-docker-executor" version = "0.1.0" +description = "A docker executor for swiftide agent tools" +license = "MIT" +readme = "README.md" +keywords = ["llm", "rag", "ai", "data", "openai"] +homepage = "https://swiftide.rs" +repository = "https://github.com/bosun-ai/swiftide-docker-executor" + edition = "2021" [dependencies]