From bfb643337005783fc24e99905f7487db9c6e64ef Mon Sep 17 00:00:00 2001 From: Yuri Iozzelli Date: Sun, 4 Mar 2018 17:11:34 +0100 Subject: [PATCH] Add info to Cargo.toml --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fabb5b7..277fea0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,13 @@ [package] name = "ili9341" version = "0.1.0" +description = "A platform agnostic driver to interface with the ILI9341 (ald ILI9340C) TFT LCD display" authors = ["Yuri Iozzelli "] +categories = ["embedded", "hardware-support", "no-std"] +keywords = ["embedded-hal-driver", "display", "LCD"] +license = "MIT OR Apache-2.0" +repository = "https://github.com/yuri91/ili9341-rs" + [dependencies] embedded-hal = "0.1.0"