summaryrefslogtreecommitdiff
path: root/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 /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 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 42f026d..bec5b64 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,9 +1,19 @@
[workspace]
members = [
"crates/driver",
+
"crates/windows-kernel-build",
+ "crates/windows-kernel-build/examples/hello_world",
+
"crates/windows-kernel-rs",
+ "crates/windows-kernel-rs/examples/creating_devices",
+ "crates/windows-kernel-rs/examples/io_controls",
+ "crates/windows-kernel-rs/examples/reading_and_writing",
+ "crates/windows-kernel-rs/examples/safe_framework",
+
"crates/windows-kernel-sys",
+ "crates/windows-kernel-sys/examples/generate_bindings",
+
"crates/winioctl"
]