Skip to content

Commit c103079

Browse files
committed
use embedded-hal-driver keyword for crates.io
acc. to the [awesome-embedded-rust][] list this is the keyword to be used for embedded drivers. `dc-motor` isn't really needed as nobody else seems to be using this keyword and it's mostly covered by the `motor` keyword. [awesome-embedded-rust]: https://github.com/rust-embedded/awesome-embedded-rust#driver-crates
1 parent 3ffe090 commit c103079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rust-version = "1.60"
77
description = "A `no_std` driver for the TB6612FNG motor driver."
88
repository = "https://github.com/rursprung/tb6612fng-rs"
99
categories = ["embedded", "hardware-support", "no-std"]
10-
keywords = ["tb6612fng", "driver", "motor", "dc-motor", "controller"]
10+
keywords = ["tb6612fng", "driver", "motor", "controller", "embedded-hal-driver"]
1111
license = "MIT OR Apache-2.0"
1212

1313
[dependencies]

0 commit comments

Comments
 (0)