We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27fda91 commit e836e0dCopy full SHA for e836e0d
Cargo.toml
@@ -1,8 +1,19 @@
1
[package]
2
name = "smart-leds"
3
version = "0.1.0"
4
-authors = ["David Sawatzke <david-sawatzke@users.noreply.github.com>"]
+authors = ["David Sawatzke <david-sawatzke@users.noreply.github.com>",
5
+ "Paul Sajna <sajattack@gmail.com>"]
6
edition = "2018"
7
+categories = [
8
+ "embedded",
9
+ "no-std",
10
+ "hardware-support"]
11
+keywords = ["smart-leds"]
12
+description = "A crate to use smart-leds device drivers"
13
+documentation = "https://docs.rs/crate/smart-leds"
14
+license = "MIT OR Apache-2.0"
15
+readme = "README.md"
16
+repository = "https://github.com/smart-leds-rs/smart-leds"
17
18
[dependencies]
-smart-leds-trait = {git = "https://github.com/smart-leds-rs/smart-leds-trait"}
19
+smart-leds-trait = "0.1"
0 commit comments