chore: add missing manifest fields to Cargo manifest

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I31ce255cf7241f61600c0384bb703f966a6a6964
This commit is contained in:
raf 2026-04-21 19:26:33 +03:00
commit a642b976e9
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -3,6 +3,9 @@ name = "pakker"
version = "0.1.0" version = "0.1.0"
edition = "2024" edition = "2024"
authors = [ "NotAShelf <raf@notashelf.dev>" ] authors = [ "NotAShelf <raf@notashelf.dev>" ]
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" rust-version = "1.94.0"
readme = true readme = true