aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-01-12 00:35:01 +0100
committerDario Nieuwenhuis <[email protected]>2024-01-12 00:39:01 +0100
commit4c23f197b3225e8165f07ddf66ab54f774c4212f (patch)
tree09f78edf2441ef1513e0f26ec5adddc2cf729b0a /embassy-usb/Cargo.toml
parent6a1c415a4c731f06e5ebf6932bd53168d89152c9 (diff)
Fix invalid "async" crates.io category.
Diffstat (limited to 'embassy-usb/Cargo.toml')
-rw-r--r--embassy-usb/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-usb/Cargo.toml b/embassy-usb/Cargo.toml
index be810b510..1b31b6145 100644
--- a/embassy-usb/Cargo.toml
+++ b/embassy-usb/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6description = "Async USB device stack for embedded devices in Rust." 6description = "Async USB device stack for embedded devices in Rust."
7keywords = ["embedded", "async", "usb", "hal", "embedded-hal"] 7keywords = ["embedded", "async", "usb", "hal", "embedded-hal"]
8categories = ["embedded", "hardware-support", "no-std", "async"] 8categories = ["embedded", "hardware-support", "no-std", "asynchronous"]
9repository = "https://github.com/embassy-rs/embassy" 9repository = "https://github.com/embassy-rs/embassy"
10documentation = "https://docs.embassy.dev/embassy-usb" 10documentation = "https://docs.embassy.dev/embassy-usb"
11 11