Files
trickster0-OffensiveRust/Process_Injection_CreateThread/Cargo.toml
T
trickster0 8bb1f90d08 Update4
2021-09-27 19:04:20 +03:00

11 lines
295 B
TOML

[package]
name = "Process_Injection_CreateThread"
version = "0.1.0"
edition = "2018"
author = "trickster0"
# 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.9", features = ["winnt"] }