diff options
author | Agathe Porte <microjoe@microjoe.org> | 2020-03-22 22:39:45 +0100 |
---|---|---|
committer | Agathe Porte <microjoe@microjoe.org> | 2020-03-22 22:39:45 +0100 |
commit | 7aaad9903939bad3e813a86c6c06ca13ea1e9dfc (patch) | |
tree | 2b0634c061923321a7e911e2cc504ba7395d3733 | |
parent | 1e2907f6c2b735cbdcdbf92b40c770707fc0b759 (diff) | |
download | charlcd-7aaad9903939bad3e813a86c6c06ca13ea1e9dfc.tar.gz charlcd-7aaad9903939bad3e813a86c6c06ca13ea1e9dfc.zip |
Cargo.toml: add metadata
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |