Skip to content

Commit 694ceab

Browse files
Fix up for publishing
1 parent 19c1ed6 commit 694ceab

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.cargo-ok

Whitespace-only changes.

Cargo.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,20 @@ name = "ws2812-timer-delay"
33
version = "0.1.0"
44
authors = ["David Sawatzke <[email protected]>"]
55
edition = "2018"
6+
categories = [
7+
"embedded",
8+
"no-std",
9+
"hardware-support"]
10+
keywords = ["smart-leds", "ws2812"]
11+
description = "Timer-based driver for ws2812 leds"
12+
documentation = "https://docs.rs/crate/ws2812-timer-delay"
13+
license = "MIT OR Apache-2.0"
14+
readme = "README.md"
15+
repository = "https://github.com/smart-leds-rs/ws2812-timer-delay-rs"
616

717
[dependencies]
818
nb = "0.1.1"
9-
smart-leds-trait = {git = "https://github.com/smart-leds-rs/smart-leds-trait"}
19+
smart-leds-trait = "0.1"
1020
embedded-hal = "0.2.1"
1121

1222
[features]

0 commit comments

Comments
 (0)