Skip to content

Commit 37c3126

Browse files
committed
chore: update lib desc
1 parent d361a07 commit 37c3126

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Cargo.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@ name = "embedded-dht-rs"
33
version = "0.1.0"
44
edition = "2021"
55
license = "Apache-2.0"
6+
description = "A platform agnostic driver to interface with the DHT11/DHT22 (AM2302) temperature and humidity sensor"
7+
homepage = "https://github.com/rust-dd/embedded-dht-rs"
8+
documentation = "https://docs.rs/embedded-dht-rs"
9+
repository = "https://github.com/rust-dd/embedded-dht-rs"
10+
readme = "README.md"
11+
keywords = ["embedded", "no-std", "dht11", "dht22", "am2302", "temperature", "humidity", "sensor"]
612

713
[dependencies]
814
embedded-hal = "1.0.0"
915

16+
[lib]
17+
doctest = false
18+
19+
[profile.release]
20+
codegen-units = 1
21+
lto = true

0 commit comments

Comments
 (0)