summaryrefslogtreecommitdiff
path: root/crates/windows-kernel-build/Cargo.toml
blob: 8938bc04e46e616955da9588738d5a4c162ffaca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "windows-kernel-build"
version = "0.1.0"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
thiserror = "1.0"
winreg = "0.10"