Files
trickster0-OffensiveRust/UUID_Shellcode_Execution/Cargo.toml
T
Thanasis Tserpelis f1ad38082a Update Cargo.toml
2021-10-20 13:43:31 +03:00

12 lines
386 B
TOML

[package]
name = "UUID_Shellcode_Execution"
version = "0.1.0"
edition = "2018"
author = "Furkan Ayar ( @frknayar )"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bindings = { path = "bindings" }
windows = { version = "0.21.1" }
winapi = {version = "0.3.9", features = ["heapapi","handleapi","winnls","winnt","rpcdce"]}