summaryrefslogtreecommitdiffstats
path: root/toolkit/xre/detect_win32k_conflicts/Cargo.toml
blob: a94402df9e8c2c3dfc0022df616457b16428b9c4 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "detect_win32k_conflicts"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"

[dependencies]
log = "0.4"
thiserror = "1"
winapi = { version = "0.3", features = ["winerror", "winreg"] }