Prefix crate name with "usb_"

This commit is contained in:
David Hoppenbrouwers
2022-09-08 13:54:22 +02:00
parent b63e9308b5
commit 86d8fc6880
8 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1,5 @@
[package]
name = "usb_report_descriptor"
version = "0.1.0"
edition = "2021"
license = "MIT"