From ce5fa222291fb30c6da1a8ee053a19676a6f8e94 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Sun, 24 Aug 2025 13:55:19 +0200 Subject: [PATCH] feat: add license, description, readme, repository, and keywords to Cargo.toml --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c4132d1..b840d1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,11 @@ name = "codebase-to-prompt" version = "1.0.0" edition = "2024" authors = ["Gabriel Kaszewski "] +license = "MIT" +description = "A tool for bundling text files like code to single file." +readme = "README.md" +repository = "https://github.com/GKaszewski/codebase-to-prompt" +keywords = ["cli"] [dependencies] anyhow = "1.0.99"