Skip to content

Commit 22434c5

Browse files
committed
add authors to Cargo.toml
this is required by [C-METADATA]. [C-METADATA]: https://rust-lang.github.io/api-guidelines/documentation.html#c-metadata
1 parent 467d11e commit 22434c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repository = "https://github.com/rust-embedded-community/tb6612fng-rs"
99
categories = ["embedded", "hardware-support", "no-std", "no-std::no-alloc"]
1010
keywords = ["tb6612fng", "driver", "motor", "controller", "embedded-hal-driver"]
1111
license = "MIT OR Apache-2.0"
12+
authors = ["Ralph Ursprung <[email protected]>", "ripytide <[email protected]>"]
1213

1314
[features]
1415
defmt-03 = ["dep:defmt"]

0 commit comments

Comments
 (0)