diff options
Diffstat (limited to 'embassy-usb-driver/Cargo.toml')
| -rw-r--r-- | embassy-usb-driver/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-usb-driver/Cargo.toml b/embassy-usb-driver/Cargo.toml index 6d36106cd..837878621 100644 --- a/embassy-usb-driver/Cargo.toml +++ b/embassy-usb-driver/Cargo.toml | |||
| @@ -5,7 +5,7 @@ edition = "2021" | |||
| 5 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
| 6 | description = "Driver trait for `embassy-usb`, an async USB device stack for embedded devices." | 6 | description = "Driver trait for `embassy-usb`, an async USB device stack for embedded devices." |
| 7 | keywords = ["embedded", "async", "usb", "hal", "embedded-hal"] | 7 | keywords = ["embedded", "async", "usb", "hal", "embedded-hal"] |
| 8 | categories = ["embedded", "hardware-support", "no-std", "async"] | 8 | categories = ["embedded", "hardware-support", "no-std", "asynchronous"] |
| 9 | repository = "https://github.com/embassy-rs/embassy" | 9 | repository = "https://github.com/embassy-rs/embassy" |
| 10 | documentation = "https://docs.embassy.dev/embassy-usb-driver" | 10 | documentation = "https://docs.embassy.dev/embassy-usb-driver" |
| 11 | 11 | ||
