Files
trickster0-OffensiveRust/DeviceIoControl/Cargo.toml
T
trickster0 026c5fd41f update3
2021-09-27 17:59:27 +03:00

10 lines
268 B
TOML

[package]
name = "DeviceIoControl"
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=["fileapi", "ioapiset"]}