From 7aaad9903939bad3e813a86c6c06ca13ea1e9dfc Mon Sep 17 00:00:00 2001 From: Agathe Porte Date: Sun, 22 Mar 2020 22:39:45 +0100 Subject: Cargo.toml: add metadata --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) 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 "] 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 -- cgit v1.2.3