diff options
author | Agathe Porte <microjoe@microjoe.org> | 2020-03-27 20:45:45 +0100 |
---|---|---|
committer | Agathe Porte <microjoe@microjoe.org> | 2020-03-27 20:45:45 +0100 |
commit | ab13575402e2686e66aaf1b171bf15e3535843a6 (patch) | |
tree | eb09220e8e8fa660d142265c653588342be4fe09 | |
parent | 45461f7b9e51649ba559f24a3584edca979d169b (diff) | |
download | charlcd-ab13575402e2686e66aaf1b171bf15e3535843a6.tar.gz charlcd-ab13575402e2686e66aaf1b171bf15e3535843a6.zip |
Cargo.toml: mention HD44780 in the description
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Agathe Porte <microjoe@microjoe.org>"] edition = "2018" license = "Apache-2.0" -description = "Rust library for charlcd.c Linux driver" +description = "Rust library for charlcd.c Linux driver (HD44780 et al.)" readme = "README.md" keywords = ["linux", "hd44780", "charlcd", "driver", "lcd"] categories = ["embedded"] |