Files
JoyD/Windows/CS/Framework4.0/BootLoader/Cargo.toml
2026-04-08 09:07:49 +08:00

12 lines
303 B
TOML

[package]
name = "BootLoader"
version = "1.0.0"
edition = "2024"
[dependencies]
serde_json = "1.0"
windows = { version = "0.56", features = ["Win32_System_Console", "Win32_Foundation", "Win32_System_ProcessStatus", "Win32_System_Threading"] }
[target.'cfg(windows)'.build-dependencies]
winres = "0.1"