diff options
author | Agathe Porte <microjoe@microjoe.org> | 2020-03-27 13:56:20 +0100 |
---|---|---|
committer | Agathe Porte <microjoe@microjoe.org> | 2020-03-27 13:56:20 +0100 |
commit | 7ef0bae79a2e25fad5e67237c316a908ec6705a7 (patch) | |
tree | 4a223a0420d7109e7ca6b874fb566d8475d02fc4 | |
parent | e785452aa2fa079889a3629b0d093d5ad4b3f7ba (diff) | |
download | charlcd-7ef0bae79a2e25fad5e67237c316a908ec6705a7.tar.gz charlcd-7ef0bae79a2e25fad5e67237c316a908ec6705a7.zip |
Cargo.toml: only use "embedded" category
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |