From a642b976e9297ea894428a1b4460b092c6caada0 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Tue, 21 Apr 2026 19:26:33 +0300 Subject: [PATCH] chore: add missing manifest fields to Cargo manifest Signed-off-by: NotAShelf Change-Id: I31ce255cf7241f61600c0384bb703f966a6a6964 --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7b74d38..04b3b9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,9 @@ name = "pakker" version = "0.1.0" edition = "2024" authors = [ "NotAShelf " ] +description = "A fast, reliable multiplatform modpack manager for Minecraft" +keywords = [ "minecraft", "modpack", "modrinth", "curseforge", "package-manager" ] +categories = [ "command-line-utilities", "games" ] rust-version = "1.94.0" readme = true