Bug 1885489 - Part 9: Add SnapshotIterator::readObject(). r=iain
[gecko.git] / toolkit / xre / detect_win32k_conflicts / Cargo.toml
bloba94402df9e8c2c3dfc0022df616457b16428b9c4
1 [package]
2 name = "detect_win32k_conflicts"
3 version = "0.1.0"
4 edition = "2021"
5 license = "MPL-2.0"
7 [dependencies]
8 log = "0.4"
9 thiserror = "1"
10 winapi = { version = "0.3", features = ["winerror", "winreg"] }