Skip to content

Commit

Permalink
update crate descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
warthog618 committed Oct 3, 2024
1 parent fe9174d commit 36d3419
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[package]
authors = ["Kent Gibson <warthog618@gmail.com>"]
categories = ["hardware-support", "command-line-utilities", "embedded", "os::linux-apis"]
description = "A tool to access GPIO lines on Linux using the GPIO character device"
description = "Access GPIO lines from the Linux command line using the GPIO character device"
edition = "2021"
keywords = ["linux", "gpio", "gpiochip", "cli", "chardev"]
license = "Apache-2.0 OR MIT"
Expand Down
2 changes: 1 addition & 1 deletion embedded-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[package]
authors = ["Kent Gibson <warthog618@gmail.com>"]
categories = ["hardware-support", "api-bindings", "os::linux-apis", "embedded"]
description = "A library providing embedded-hal wrappers around gpiocdev Requests"
description = "embedded-hal wrappers around gpiocdev Requests"
edition = "2021"
keywords = ["linux", "gpio", "gpiochip", "embedded-hal", "chardev"]
license = "Apache-2.0 OR MIT"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[package]
authors = ["Kent Gibson <warthog618@gmail.com>"]
categories = ["hardware-support", "api-bindings", "os::linux-apis", "embedded", "asynchronous"]
description = "A library to access GPIO lines on Linux using the GPIO character device"
description = "Access GPIO lines on Linux using the GPIO character device"
edition = "2021"
keywords = ["linux", "gpio", "gpiochip", "libgpiod", "chardev"]
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit 36d3419

Please sign in to comment.