11 lines
237 B
TOML
11 lines
237 B
TOML
[package]
|
|
name = "geezshade"
|
|
description = "Automated ReShade setup for FFXIV with GShade presets"
|
|
authors = ["NotNite <hi@notnite.com>"]
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.68"
|
|
isahc = "1.7.2"
|
|
zip = "0.6.3"
|