18 lines
No EOL
409 B
TOML
18 lines
No EOL
409 B
TOML
[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",
|
|
] } |