diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-04 15:18:11 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-04 15:19:33 -0400 |
commit | 51817e4a713caf06160486e5734845008e53bae7 (patch) | |
tree | 11bce0c899a15d73c3720e5f3af4d6e322421b89 /samd21-host/Cargo.toml | |
parent | e405c474f5e0e94288191223de7ae0f31ae0b15f (diff) | |
download | samd21-demo-51817e4a713caf06160486e5734845008e53bae7.tar.gz samd21-demo-51817e4a713caf06160486e5734845008e53bae7.zip |
Add licenses.
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" } |