summaryrefslogtreecommitdiff
path: root/crates/winioctl/Cargo.toml
blob: 7cdfd51dcd0bfea9b43ae7da11bc34c8a4533ff4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "winioctl"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
bitflags = "1.3"
thiserror = "1.0"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["ioapiset", "winioctl"] }