From fedc1794a6e7a7705bba321c2947ac89d8c11c65 Mon Sep 17 00:00:00 2001 From: Romain Porte Date: Fri, 27 Mar 2020 13:56:20 +0100 Subject: Cargo.toml: only use "embedded" category --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- cgit v1.2.3