summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Porte <microjoe@microjoe.org>2020-03-22 22:39:45 +0100
committerRomain Porte <microjoe@microjoe.org>2020-03-22 22:39:45 +0100
commit4c5a052e251218fdb6a816d53e1750002ed5d36e (patch)
tree5ffdc585f9ecb93d28504399f669955b3a7fd24c
parent6a5a2e6c6bccfd0532b3bf1e9b84b56af0d96955 (diff)
downloadcharlcd-4c5a052e251218fdb6a816d53e1750002ed5d36e.tar.gz
charlcd-4c5a052e251218fdb6a816d53e1750002ed5d36e.zip
Cargo.toml: add metadata
-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