chore: add missing manifest fields to Cargo manifest
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I31ce255cf7241f61600c0384bb703f966a6a6964
This commit is contained in:
parent
61ced09d25
commit
a642b976e9
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue