summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAgathe Porte <microjoe@microjoe.org>2020-03-22 22:39:45 +0100
committerAgathe Porte <microjoe@microjoe.org>2020-03-22 22:39:45 +0100
commit7aaad9903939bad3e813a86c6c06ca13ea1e9dfc (patch)
tree2b0634c061923321a7e911e2cc504ba7395d3733 /Cargo.toml
parent1e2907f6c2b735cbdcdbf92b40c770707fc0b759 (diff)
downloadcharlcd-7aaad9903939bad3e813a86c6c06ca13ea1e9dfc.tar.gz
charlcd-7aaad9903939bad3e813a86c6c06ca13ea1e9dfc.zip
Cargo.toml: add metadata
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6bdd320..c2997b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,13 @@ authors = ["Agathe 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