We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c1ed6 commit 694ceabCopy full SHA for 694ceab
.cargo-ok
Cargo.toml
@@ -3,10 +3,20 @@ name = "ws2812-timer-delay"
3
version = "0.1.0"
4
authors = ["David Sawatzke <[email protected]>"]
5
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"
16
17
[dependencies]
18
nb = "0.1.1"
-smart-leds-trait = {git = "https://github.com/smart-leds-rs/smart-leds-trait"}
19
+smart-leds-trait = "0.1"
20
embedded-hal = "0.2.1"
21
22
[features]
0 commit comments