summaryrefslogtreecommitdiff
path: root/crates/user/io_controls/Cargo.toml
blob: 5d4940833c0b84f84667b5c8be0001a450c77fa5 (plain) (blame)
1
2
3
4
5
6
7
8
[package]
name = "io_controls"
version = "0.1.0"
edition = "2021"
license = "MIT"

[target.'cfg(windows)'.dependencies]
winioctl = { path = "../../winioctl" }