blob: ba25e7f18bb28b5638a9f8fa19c6351b8103c43e (
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 = "2018"
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"
|