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