diff options
| author | Fuwn <[email protected]> | 2022-01-04 13:48:00 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-04 13:48:00 -0800 |
| commit | c33b9e296ab9563f2b180a8fa63155665055261e (patch) | |
| tree | 086cf2702939fd25769fea83e117d7058af2e75a /Cargo.toml | |
| parent | fix(makefile.toml): tidy up (diff) | |
| download | driver-c33b9e296ab9563f2b180a8fa63155665055261e.tar.xz driver-c33b9e296ab9563f2b180a8fa63155665055261e.zip | |
feat(examples): lots of new examples
Thanks, StephanvanSchaik.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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" ] |