diff options
| author | Fuwn <[email protected]> | 2022-01-04 15:31:37 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-04 15:31:37 -0800 |
| commit | 651d0f46df0acb38b9d157dad234ae2cada79a90 (patch) | |
| tree | d2079f9f68f7ef89e7498d07eb306f17040422c8 /Cargo.toml | |
| parent | chore(crates): migrate to edition 2021 (diff) | |
| download | driver-651d0f46df0acb38b9d157dad234ae2cada79a90.tar.xz driver-651d0f46df0acb38b9d157dad234ae2cada79a90.zip | |
feat(crates): new userspace examples
Thanks, StephanvanSchaik.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -14,7 +14,11 @@ members = [ "crates/windows-kernel-sys", "crates/windows-kernel-sys/examples/generate_bindings", - "crates/winioctl" + "crates/winioctl", + + "crates/user/creating_devices", + "crates/user/io_controls", + "crates/user/reading_and_writing" ] [profile.dev] |