diff --git a/Cargo.toml b/Cargo.toml index 3513bce..433ff58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,21 @@ [package] -name = "eink_waveshare_rs" -version = "0.1.1" authors = ["Christoph Groß "] +categories = ["embedded", "hardware-support", "no-std"] description = "An embedded-hal based driver for ePaper displays from Waveshare" documentation = "https://docs.rs/eink-waveshare-rs" -categories = ["embedded", "hardware-support", "no-std"] +homepage = "https://github.com/Caemor/eink-waveshare-rs" keywords = ["ePaper", "Display"] - 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 "/" is required. +# `branch` is optional; default is `master` +travis-ci = { repository = "Caemor/eink-waveshare-rs" } + [features] default = ["epd1in54", "epd2in9", "epd4in2"]