Files
usb/Cargo.toml
David Hoppenbrouwers 82626f0075 Add usb_request crate
It has structures for representing requests & descriptors.
2022-09-08 18:46:56 +02:00

6 lines
68 B
TOML

[workspace]
members = [
"usb_report_descriptor",
"usb_request",
]