summaryrefslogtreecommitdiff
path: root/crates/user/creating_devices/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-01-04 15:31:37 -0800
committerFuwn <[email protected]>2022-01-04 15:31:37 -0800
commit651d0f46df0acb38b9d157dad234ae2cada79a90 (patch)
treed2079f9f68f7ef89e7498d07eb306f17040422c8 /crates/user/creating_devices/Cargo.toml
parentchore(crates): migrate to edition 2021 (diff)
downloaddriver-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.toml5
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"