blob: d5966c8aa6c7bf3e4dab0b1eb8163ac17409c478 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[package]
name = "creating_devices_example"
version = "0.1.0"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
publish = false
build = "../build.rs"
[lib]
crate-type = ["cdylib"]
[build-dependencies]
windows-kernel-build = { path = "../../../windows-kernel-build" }
[dependencies]
widestring = { version = "0.4", default-features = false, features = ["alloc"] }
windows-kernel-rs = { path = "../../../windows-kernel-rs" }
windows-kernel-sys = { path = "../../../windows-kernel-sys" }
|