Skip to content

Commit a98675c

Browse files
Fill in manifest metadata
1 parent 19073a2 commit a98675c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ members = [
88
name = "nrf-usbd"
99
version = "0.1.0"
1010
edition = "2018"
11-
11+
description = "USB driver for nRF microcontrollers"
12+
license = "MIT OR Apache-2.0"
13+
keywords = ["nrf52", "nrf", "hal", "usb", "peripheral"]
14+
categories = ["embedded", "hardware-support", "no-std"]
15+
repository = "https://github.com/nrf-rs/nrf-usbd"
1216

1317
[dependencies]
1418
cortex-m = "0.7.2"

0 commit comments

Comments
 (0)