summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAgathe Porte <microjoe@microjoe.org>2020-03-27 13:56:20 +0100
committerAgathe Porte <microjoe@microjoe.org>2020-03-27 13:56:20 +0100
commit7ef0bae79a2e25fad5e67237c316a908ec6705a7 (patch)
tree4a223a0420d7109e7ca6b874fb566d8475d02fc4 /Cargo.toml
parente785452aa2fa079889a3629b0d093d5ad4b3f7ba (diff)
downloadcharlcd-7ef0bae79a2e25fad5e67237c316a908ec6705a7.tar.gz
charlcd-7ef0bae79a2e25fad5e67237c316a908ec6705a7.zip
Cargo.toml: only use "embedded" category
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c2997b1..d9fcf2d 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]