Skip to content

Commit

Permalink
reduce keywords in Cargo.toml to 5
Browse files Browse the repository at this point in the history
turns out that crates.io requires a maximum of 5 keywords...
  • Loading branch information
rursprung committed Dec 18, 2022
1 parent 409b4c1 commit c1d2912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

description = "A `no_std` parser for the Adafruit Bluefruit LE Connect controller protocol."
repository = "https://github.com/rursprung/adafruit-bluefruit-protocol-rs"
keywords = ["adafruit", "bluefruit", "protocol", "bluetooth", "embedded", "driver", "no_std"]
keywords = ["adafruit", "bluefruit", "bluetooth", "embedded", "no_std"]
license = "MIT OR Apache-2.0"

[dependencies]
Expand Down

0 comments on commit c1d2912

Please sign in to comment.