windows-shellcode/shellcode-util/Cargo.toml

9 lines
152 B
Rust
Raw Normal View History

2024-08-22 02:01:00 +00:00
[package]
name = "shellcode-util"
version = "0.1.0"
edition = "2021"
[dependencies]
utf16_lit = { workspace = true }
windows-sys = {workspace = true }