summaryrefslogtreecommitdiff
path: root/crates/windows-kernel-rs/examples/creating_devices/Cargo.toml
blob: 1a7fbc4757a6febb401cdde4b7e344e8638d7250 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "creating_devices"
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" }