[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
[target.'cfg(unix)'.dependencies]
libc = "0.2"