-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Add categories to Cargo.toml, badges to README
- Loading branch information
1 parent
bd9abba
commit 4a2e7e1
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,12 @@ name = "dht-sensor" | |
version = "0.1.0" | ||
description = "Driver for the DHT11/DHT22 sensor based on embedded-hal" | ||
authors = ["Michael Beaumont <[email protected]>"] | ||
keywords = ["embedded", "sensor", "humidity", "temperature", "embedded-hal-driver", "dht11", "dht22"] | ||
keywords = ["embedded", "sensor", "humidity", "temperature", "embedded-hal-driver"] | ||
categories = ["embedded", "no-std", "hardware-support"] | ||
edition = "2018" | ||
readme = "README.md" | ||
license = "MIT" | ||
repository = "https://github.com/michaelbeaumont/dht-sensor" | ||
homepage = "https://github.com/michaelbeaumont/dht-sensor" | ||
|
||
[dependencies] | ||
embedded-hal = "0.2.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters