diff --git a/Cargo.toml b/Cargo.toml index 7707b57..5c770b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ name = "miscel" version = "0.1.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 = "0.4"