From b367beb0a024e43cd6f995ab40260171926043e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gro=C3=9F?= Date: Tue, 28 Aug 2018 11:59:48 +0200 Subject: [PATCH] Added description, documentation, categories, keywords and license to package description --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c59493..4d0d738 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,13 @@ [package] name = "eink_waveshare_rs" version = "0.1.0" -authors = ["Christoph Groß "] +authors = ["Christoph Groß "] +description = "An embedded-hal based driver for ePaper displays from Waveshare" +documentation = "https://docs.rs/serenity" +categories = ["embedded", "hardware-support", "no-std"] +keywords = ["ePaper", "Display"] +license = "ISC" [features] default = ["epd1in54", "epd2in9", "epd4in2"]