mirror of
https://github.com/0xflux/rust_shellcode
synced 2026-06-08 10:13:40 +00:00
16 lines
263 B
TOML
16 lines
263 B
TOML
[package]
|
|
name = "builder"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.86"
|
|
|
|
[dependencies.windows]
|
|
version= "0.57.0"
|
|
features=[
|
|
"Win32_System_SystemServices",
|
|
"Win32_System_Diagnostics_Debug",
|
|
"Win32_System_SystemInformation",
|
|
]
|