mirror of
https://github.com/redstrate/Miscel.git
synced 2025-07-04 21:57:45 +00:00
12 lines
331 B
TOML
12 lines
331 B
TOML
[package]
|
|
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 <josh@redstrate.com>"]
|
|
|
|
[dependencies]
|
|
physis = "0.4"
|