1
Fork 0
mirror of https://github.com/redstrate/Miscel.git synced 2025-07-03 21:27:46 +00:00
miscel/Cargo.toml

13 lines
373 B
TOML
Raw Normal View History

2025-04-28 22:58:36 -04:00
[package]
name = "miscel"
2025-06-24 15:50:32 -04:00
version = "0.2.0"
2025-04-28 22:58:36 -04:00
edition = "2024"
2025-04-29 00:19:30 -04:00
license = "MIT"
2025-06-24 16:19:38 -04:00
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>"]
2025-04-28 22:58:36 -04:00
[dependencies]
physis = { git = "https://github.com/redstrate/Physis" }