Skip to content

Commit

Permalink
Make keywords all lowercase, no spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
madeleyneVaca committed Feb 12, 2025
1 parent dd374b2 commit 88041ef
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 @@ repository = "https://github.com/OpenDevicePartnership/pcal6416a"
license = "MIT"
description = "Platform-agnostic Rust driver for the Texas Instruments BQ25773 battery charge controller."
readme = "README.md"
keywords = ["pcal6416a", "NXP", "IO Expander", "i2c", "driver", "embedded-hal-driver"]
keywords = ["pcal6416a", "nxp", "io-expander", "i2c", "driver", "embedded-hal-driver"]
categories = ["embedded", "hardware-support", "no-std"]
documentation = "https://docs.rs/pcal6416a"
include = [
Expand Down

0 comments on commit 88041ef

Please sign in to comment.