mirror of
https://github.com/trickster0/OffensiveRust
synced 2026-06-08 17:54:47 +00:00
12 lines
386 B
TOML
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"]}
|