summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAgathe Porte <microjoe@microjoe.org>2020-03-27 20:45:45 +0100
committerAgathe Porte <microjoe@microjoe.org>2020-03-27 20:45:45 +0100
commitab13575402e2686e66aaf1b171bf15e3535843a6 (patch)
treeeb09220e8e8fa660d142265c653588342be4fe09 /Cargo.toml
parent45461f7b9e51649ba559f24a3584edca979d169b (diff)
downloadcharlcd-ab13575402e2686e66aaf1b171bf15e3535843a6.tar.gz
charlcd-ab13575402e2686e66aaf1b171bf15e3535843a6.zip
Cargo.toml: mention HD44780 in the description
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 d9fcf2d..8594c84 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"]