From 4c5a052e251218fdb6a816d53e1750002ed5d36e Mon Sep 17 00:00:00 2001 From: Romain 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 0120201..bec6f4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,13 @@ authors = ["Romain 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