Skip to content

Commit a8d46a3

Browse files
committed
define categories for crate
the categories must match the pre-defined [list from crates.io][list]. [list]: https://crates.io/category_slugs
1 parent c1a7141 commit a8d46a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ rust-version = "1.60"
66

77
description = "A `no_std` parser for the Adafruit Bluefruit LE Connect controller protocol."
88
repository = "https://github.com/rursprung/adafruit-bluefruit-protocol-rs"
9-
keywords = ["adafruit", "bluefruit", "bluetooth", "embedded", "no_std"]
9+
categories = ["embedded", "hardware-support", "no-std"]
10+
keywords = ["adafruit", "bluefruit", "bluetooth", "protocol"]
1011
license = "MIT OR Apache-2.0"
1112

1213
[dependencies]

0 commit comments

Comments
 (0)