Skip to content

Commit

Permalink
Fill in manifest metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schievink committed Jul 7, 2021
1 parent 19073a2 commit a98675c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a98675c

Please sign in to comment.