summaryrefslogtreecommitdiff
path: root/crates/windows-kernel-sys/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-01-04 13:48:00 -0800
committerFuwn <[email protected]>2022-01-04 13:48:00 -0800
commitc33b9e296ab9563f2b180a8fa63155665055261e (patch)
tree086cf2702939fd25769fea83e117d7058af2e75a /crates/windows-kernel-sys/Cargo.toml
parentfix(makefile.toml): tidy up (diff)
downloaddriver-c33b9e296ab9563f2b180a8fa63155665055261e.tar.xz
driver-c33b9e296ab9563f2b180a8fa63155665055261e.zip
feat(examples): lots of new examples
Thanks, StephanvanSchaik.
Diffstat (limited to 'crates/windows-kernel-sys/Cargo.toml')
-rw-r--r--crates/windows-kernel-sys/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/crates/windows-kernel-sys/Cargo.toml b/crates/windows-kernel-sys/Cargo.toml
index dc0819d..cfbd487 100644
--- a/crates/windows-kernel-sys/Cargo.toml
+++ b/crates/windows-kernel-sys/Cargo.toml
@@ -3,7 +3,10 @@ name = "windows-kernel-sys"
version = "0.1.0"
edition = "2018"
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+[[example]]
+name = "generate_bindings"
+crate-type = ["cdylib"]
+path = "examples/generate_bindings/src/lib.rs"
[features]
default = ["intrin", "ntoskrnl"]