trisquel-icecat/icecat/toolkit/xre/detect_win32k_conflicts/Cargo.toml

10 lines
206 B
TOML

[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"] }