Skip to content

Commit e836e0d

Browse files
Fix up for publishing
1 parent 27fda91 commit e836e0d

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

Cargo.toml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
[package]
22
name = "smart-leds"
33
version = "0.1.0"
4-
authors = ["David Sawatzke <david-sawatzke@users.noreply.github.com>"]
4+
authors = ["David Sawatzke <david-sawatzke@users.noreply.github.com>",
5+
"Paul Sajna <sajattack@gmail.com>"]
56
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"
617

718
[dependencies]
8-
smart-leds-trait = {git = "https://github.com/smart-leds-rs/smart-leds-trait"}
19+
smart-leds-trait = "0.1"

0 commit comments

Comments
 (0)