Added travis badge and improved package description for crates.io
parent
f49fd8604d
commit
06517e053e
16
Cargo.toml
16
Cargo.toml
|
|
@ -1,13 +1,21 @@
|
||||||
[package]
|
[package]
|
||||||
name = "eink_waveshare_rs"
|
|
||||||
version = "0.1.1"
|
|
||||||
authors = ["Christoph Groß <christoph-gross@mailbox.org>"]
|
authors = ["Christoph Groß <christoph-gross@mailbox.org>"]
|
||||||
|
categories = ["embedded", "hardware-support", "no-std"]
|
||||||
description = "An embedded-hal based driver for ePaper displays from Waveshare"
|
description = "An embedded-hal based driver for ePaper displays from Waveshare"
|
||||||
documentation = "https://docs.rs/eink-waveshare-rs"
|
documentation = "https://docs.rs/eink-waveshare-rs"
|
||||||
categories = ["embedded", "hardware-support", "no-std"]
|
homepage = "https://github.com/Caemor/eink-waveshare-rs"
|
||||||
keywords = ["ePaper", "Display"]
|
keywords = ["ePaper", "Display"]
|
||||||
|
|
||||||
license = "ISC"
|
license = "ISC"
|
||||||
|
name = "eink_waveshare_rs"
|
||||||
|
readme = "README.md"
|
||||||
|
repository = "https://github.com/Caemor/eink-waveshare-rs.git"
|
||||||
|
version = "0.1.2"
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
# Travis CI: `repository` in format "<user>/<project>" is required.
|
||||||
|
# `branch` is optional; default is `master`
|
||||||
|
travis-ci = { repository = "Caemor/eink-waveshare-rs" }
|
||||||
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["epd1in54", "epd2in9", "epd4in2"]
|
default = ["epd1in54", "epd2in9", "epd4in2"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue