1
Fork 0
mirror of https://github.com/redstrate/Miscel.git synced 2025-07-03 05:07:46 +00:00

Add more metadata keys

This commit is contained in:
Joshua Goins 2025-06-24 16:19:38 -04:00
parent 3280eaa3ea
commit 3bbabc5210

View file

@ -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 <josh@redstrate.com>"]
[dependencies]
physis = { git = "https://github.com/redstrate/Physis" }