Add info to Cargo.toml

This commit is contained in:
Yuri Iozzelli 2018-03-04 17:11:34 +01:00
parent d1b4594cd5
commit bfb6433370

View file

@ -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 <y.iozzelli@gmail.com>"]
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"