18 lines
No EOL
414 B
TOML
18 lines
No EOL
414 B
TOML
[package]
|
|
name = "injector"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
log.workspace = true
|
|
path-clean.workspace = true
|
|
serde.workspace = true
|
|
thiserror.workspace = true
|
|
windows = { workspace = true, features = [
|
|
"Win32_System_Diagnostics_Debug",
|
|
"Win32_Foundation",
|
|
"Win32_System_LibraryLoader",
|
|
"Win32_System_Memory",
|
|
"Win32_Security",
|
|
"Win32_System_Threading",
|
|
] } |