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

13 lines
331 B
TOML
Raw Normal View History

2025-04-28 22:58:36 -04:00
[package]
name = "miscel"
version = "0.1.0"
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]
2025-06-24 16:16:14 -04:00
physis = "0.4"