From ca93d12c91ca65086b833b5d2669f7e3f419f02a Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Wed, 26 Dec 2018 14:27:00 +1100 Subject: [PATCH] Add crates.io metadata to Cargo.toml --- Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 30685a2..7736302 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,19 @@ name = "ssd1675" version = "0.1.0" authors = ["Wesley Moore "] +description = "Driver for the SSD1675 e-Paper display (EPD) controller, for use with embedded-hal" + +documentation = "https://docs.rs/ssd1675" +repository = "https://github.com/wezm/ssd1675" + +readme = "README.md" +keywords = ["embedded", "epd", "epaper", "display", "ssd1675"] +categories = ["embedded", "no-std"] + +license = "MIT OR Apache-2.0" + +[badges] +travis-ci = { repository = "wezm/ssd1675" } [dependencies] libm = "0.1.2"