mirror of
https://github.com/0xflux/rust_shellcode
synced 2026-06-08 10:13:40 +00:00
17 lines
270 B
TOML
17 lines
270 B
TOML
[package]
|
|
name = "injector"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.86"
|
|
|
|
[dependencies.windows]
|
|
version= "0.57.0"
|
|
features=[
|
|
"Win32_System_Threading",
|
|
"Win32_System_Memory",
|
|
"Win32_System_Diagnostics_Debug",
|
|
"Win32_Security",
|
|
]
|