1
0
Fork 0
mirror of https://github.com/icewind1991/mhz19-rs synced 2026-06-03 17:44:09 +02:00

add readme and doc link

This commit is contained in:
Robin Appelman 2019-09-07 16:24:52 +02:00
commit 7f2cc23fd6

View file

@ -5,7 +5,9 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018" edition = "2018"
description = "Accessing MH-Z19 CO₂ sensor over serial bus" description = "Accessing MH-Z19 CO₂ sensor over serial bus"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/icewind1991/mhz19-rs" repository = "https://github.com/icewind1991/mhz19-rs"
documentation = "https://docs.rs/mhz19/"
[lib] [lib]
name = "mhz19" name = "mhz19"