Browse Source

Added description, documentation, categories, keywords and license to package description

embedded-hal-1.0
Christoph Groß 7 years ago
parent
commit
b367beb0a0
  1. 7
      Cargo.toml

7
Cargo.toml

@ -1,8 +1,13 @@
[package]
name = "eink_waveshare_rs"
version = "0.1.0"
authors = ["Christoph Groß <christoph.gross@student.uni-tuebingen.de>"]
authors = ["Christoph Groß <christoph-gross@mailbox.org>"]
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"]

Loading…
Cancel
Save