mirror of
https://github.com/Feliix42/ssd1675.git
synced 2024-11-21 18:36:30 +00:00
Add crates.io metadata to Cargo.toml
This commit is contained in:
parent
a88264920e
commit
ca93d12c91
1 changed files with 13 additions and 0 deletions
13
Cargo.toml
13
Cargo.toml
|
@ -2,6 +2,19 @@
|
||||||
name = "ssd1675"
|
name = "ssd1675"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Wesley Moore <wes@wezm.net>"]
|
authors = ["Wesley Moore <wes@wezm.net>"]
|
||||||
|
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]
|
[dependencies]
|
||||||
libm = "0.1.2"
|
libm = "0.1.2"
|
||||||
|
|
Loading…
Reference in a new issue