blob: 92579f78f607183bd975ce6445c60636b8db0235 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[package]
name = "generate_bindings"
version = "0.1.0"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
publish = false
[lib]
crate-type = ["cdylib"]
[build-dependencies]
windows-kernel-build = { path = "../../../windows-kernel-build" }
[dependencies]
winapi = { git = "https://github.com/Trantect/winapi-rs.git", branch = "feature/km", features = ["wdm", "ntstatus", "ntdef"] }
windows-kernel-sys = { path = "../../../windows-kernel-sys" }
|