launcher/injector/Cargo.toml

18 lines
409 B
TOML
Raw Normal View History

2024-10-01 18:34:25 +00:00
[package]
name = "injector"
version.workspace = true
edition.workspace = true
[dependencies]
log.workspace = true
path-clean = "1.0.1"
serde.workspace = true
thiserror.workspace = true
windows = { version = "0.58.0", features = [
"Win32_System_Diagnostics_Debug",
"Win32_Foundation",
"Win32_System_LibraryLoader",
"Win32_System_Memory",
"Win32_Security",
"Win32_System_Threading",
] }