summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Porte <microjoe@microjoe.org>2020-03-27 13:56:20 +0100
committerRomain Porte <microjoe@microjoe.org>2020-03-27 13:56:20 +0100
commitfedc1794a6e7a7705bba321c2947ac89d8c11c65 (patch)
tree6c841821b2f948e54cca93b96f2bbfd8e66246ea
parent78c06c281dcbff1ecc10281fcf821745129a3c7b (diff)
downloadcharlcd-fedc1794a6e7a7705bba321c2947ac89d8c11c65.tar.gz
charlcd-fedc1794a6e7a7705bba321c2947ac89d8c11c65.zip
Cargo.toml: only use "embedded" category
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bec6f4c..80c53ac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ license = "Apache-2.0"
description = "Rust library for charlcd.c Linux driver"
readme = "README.md"
keywords = ["linux", "hd44780", "charlcd", "driver", "lcd"]
-categories = ["embedded", "hardware-support", "os::unix-apis"]
+categories = ["embedded"]
repository = "https://github.com/MicroJoe/charlcd"
[badges]