diff options
Diffstat (limited to 'usb-host/Cargo.toml')
-rw-r--r-- | usb-host/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usb-host/Cargo.toml b/usb-host/Cargo.toml index 69d1e02..b6e7b4c 100644 --- a/usb-host/Cargo.toml +++ b/usb-host/Cargo.toml @@ -3,4 +3,6 @@ name = "usb-host" version = "0.1.0" authors = ["Brian Cully <bjc@kublai.com>"] edition = "2018" -license = "GPL-3.0-or-later" +license = "LGPL-3.0-or-later" +categories = ["no-std", "embedded", "hardware-support"] +keywords = ["usb", "usb-host", "hal", "peripheral"] |