blob: 656c14cab2f07fd7f9b139d3d05052a2a7f29bd3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
name = "winioctl"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bitflags = "1.3"
thiserror = "1.0"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["ioapiset", "winioctl"] }
|