diff options
Diffstat (limited to 'bootkbd/Cargo.toml')
-rw-r--r-- | bootkbd/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootkbd/Cargo.toml b/bootkbd/Cargo.toml index 5ae7bd4..d984dfb 100644 --- a/bootkbd/Cargo.toml +++ b/bootkbd/Cargo.toml @@ -4,6 +4,8 @@ version = "0.1.0" authors = ["Brian Cully <bjc@kublai.com>"] edition = "2018" license = "GPL-3.0-or-later" +categories = ["no-std", "embedded", "hardware-support"] +keywords = ["usb", "usb-host", "hal", "peripheral"] [dependencies] usb-host = { path = "../usb-host" } |