Skip to content

Commit 4a5ca64

Browse files
committed
Add some more Cargo metadata
1 parent d9df183 commit 4a5ca64

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ version = "0.1.0"
55
authors = ["James Waples <[email protected]>"]
66
keywords = ["no-std", "rtfm", "ssd1306", "oled", "embedded", "embedded-hal-driver"]
77
repository = "https://github.com/jamwaffles/ssd1306"
8+
documentation = "https://jamwaffles.github.io/ssd1306"
9+
readme = "README.md"
10+
license = "MIT OR Apache-2.0"
11+
exclude = [
12+
".travis.yml",
13+
".gitignore"
14+
]
815

916
[dependencies]
1017
embedded-hal = "0.1.2"

0 commit comments

Comments
 (0)