summaryrefslogtreecommitdiff
path: root/crates/windows-kernel-build/Cargo.toml
blob: 1444774715f15abcd9a7045e048307c2360238f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "windows-kernel-build"
version = "0.1.0"
edition = "2021"
license = "MIT"

[[example]]
name = "hello_world"
crate-type = ["cdylib"]
path = "examples/hello_world/src/lib.rs"

[dev-dependencies]
winapi = { git = "https://github.com/Trantect/winapi-rs.git", branch = "feature/km", features = ["wdm", "ntstatus", "ntdef"] }

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