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 /crates/user/creating_devices/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 'crates/user/creating_devices/Cargo.toml')
| -rw-r--r-- | crates/user/creating_devices/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crates/user/creating_devices/Cargo.toml b/crates/user/creating_devices/Cargo.toml new file mode 100644 index 0000000..b4770fd --- /dev/null +++ b/crates/user/creating_devices/Cargo.toml @@ -0,0 +1,5 @@ +[package] +name = "creating_devices" +version = "0.1.0" +edition = "2021" +license = "MIT" |