From 3bbabc5210c8a28f9478047582847ddf722e11fe Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 24 Jun 2025 16:19:38 -0400 Subject: [PATCH] Add more metadata keys --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 69d926a..bbb319d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ name = "miscel" version = "0.2.0" edition = "2024" license = "MIT" +description = "Small, miscellaneous functions that are useful for writing FFXIV launchers." +keywords = ["ffxiv", "modding"] +repository = "https://github.com/redstrate/Miscel" +authors = ["Joshua Goins "] [dependencies] physis = { git = "https://github.com/redstrate/Physis" }