diff options
Diffstat (limited to 'samd21-host/Cargo.toml')
-rw-r--r-- | samd21-host/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/samd21-host/Cargo.toml b/samd21-host/Cargo.toml index 446bf1d..3fb821b 100644 --- a/samd21-host/Cargo.toml +++ b/samd21-host/Cargo.toml @@ -3,7 +3,9 @@ name = "samd21-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"] [dependencies] usb-host = { path = "../usb-host" } |