mirror of
https://github.com/trickster0/OffensiveRust
synced 2026-06-08 17:54:47 +00:00
11 lines
296 B
TOML
11 lines
296 B
TOML
[package]
|
|
name = "patch_etw"
|
|
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]
|
|
winapi = {version = "0.3.9", features =["processthreadsapi","memoryapi"]}
|
|
kernel32-sys = "0.2.2"
|