mirror of
https://github.com/redstrate/Miscel.git
synced 2025-07-04 21:57:45 +00:00
Add more metadata keys
This commit is contained in:
parent
e8b5b2bbb9
commit
f213d626dd
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ name = "miscel"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
license = "MIT"
|
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]
|
[dependencies]
|
||||||
physis = "0.4"
|
physis = "0.4"
|
||||||
|
|
Loading…
Add table
Reference in a new issue