From 1a0c1d415d35f04abf0d488da9c3ddcf241bf446 Mon Sep 17 00:00:00 2001 From: Marcel Hellwig Date: Fri, 21 Aug 2020 14:14:23 +0200 Subject: [PATCH] Add `libgpio`, `libgpiod` and `gpiod` to keywords For a better finding of this crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c2b94db..c40192a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://github.com/posborne/rust-gpio-cdev" repository = "https://github.com/posborne/rust-gpio-cdev" readme = "README.md" categories = ["embedded", "hardware-support", "os", "os::unix-apis"] -keywords = ["linux", "gpio", "gpiochip", "embedded"] +keywords = ["linux", "gpio", "gpiochip", "embedded", "libgpio", "libgpiod", "gpiod"] license = "MIT OR Apache-2.0" edition = "2018"