mirror of
https://github.com/trickster0/OffensiveRust
synced 2026-06-08 17:54:47 +00:00
22 lines
445 B
TOML
22 lines
445 B
TOML
[package]
|
|
name = "RustProcInjection"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
kernel32-sys = "0.2.2"
|
|
winapi = {version = "0.3.8", features=[
|
|
"winnt",
|
|
"memoryapi",
|
|
"errhandlingapi",
|
|
"processthreadsapi",
|
|
"synchapi",
|
|
"winbase",
|
|
"handleapi",
|
|
"libloaderapi"
|
|
]}
|
|
winreg = "0.10"
|
|
argparse = "0.2.2"
|
|
clap = "3.1.5" |