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