From 69bcfdfbfed4864a6f8cd6f64a1f39c2a4ee498e Mon Sep 17 00:00:00 2001 From: James Waples Date: Sat, 27 Oct 2018 21:47:50 +0100 Subject: [PATCH] Undo some auto formatting --- Cargo.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 31b4417..da49944 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,14 @@ [package] +name = "ili9341" +version = "0.1.7" +description = "A platform agnostic driver to interface with the ILI9341 (ald ILI9340C) TFT LCD display" authors = ["Yuri Iozzelli "] categories = ["embedded", "hardware-support", "no-std"] -description = "A platform agnostic driver to interface with the ILI9341 (ald ILI9340C) TFT LCD display" keywords = ["embedded-hal-driver", "display", "LCD"] license = "MIT OR Apache-2.0" -name = "ili9341" repository = "https://github.com/yuri91/ili9341-rs" -version = "0.1.7" + + [dependencies] embedded-hal = "0.2.1"