diff options
Diffstat (limited to 'usbh/Cargo.toml')
-rw-r--r-- | usbh/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usbh/Cargo.toml b/usbh/Cargo.toml index 327772b..ecbd6c5 100644 --- a/usbh/Cargo.toml +++ b/usbh/Cargo.toml @@ -3,6 +3,7 @@ name = "usbh" version = "0.1.0" authors = ["Brian Cully <bjc@kublai.com>"] edition = "2018" +license = "GPL-3.0-or-later" [dependencies] rb = { path = "../rb" } |