summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0120201..bec6f4c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,13 @@ authors = ["Romain Porte <microjoe@microjoe.org>"]
edition = "2018"
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"]
+repository = "https://github.com/MicroJoe/charlcd"
+
+[badges]
+maintenance = { status = "actively-developed" }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html