From a98675ca5e6c4eb9357893de8d2415c9535df78f Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Wed, 7 Jul 2021 13:19:11 +0200 Subject: [PATCH] Fill in manifest metadata --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a82fdf..905514b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,11 @@ members = [ name = "nrf-usbd" version = "0.1.0" edition = "2018" - +description = "USB driver for nRF microcontrollers" +license = "MIT OR Apache-2.0" +keywords = ["nrf52", "nrf", "hal", "usb", "peripheral"] +categories = ["embedded", "hardware-support", "no-std"] +repository = "https://github.com/nrf-rs/nrf-usbd" [dependencies] cortex-m = "0.7.2"