Sign in Sign up
kretrod/lodestone Public
Branches
master
14 lines (11 loc) · 283 Bytes Raw
[package]
name = "lodestone-inject"
version.workspace = true
edition.workspace = true
description = "Loads the Lodestone client into the game."

[[bin]]
name = "lodestone-inject"
path = "src/main.rs"

[dependencies]

[target.'cfg(windows)'.dependencies]
windows-sys.workspace = true