[package] name = "mhz19" version = "0.1.0" authors = ["Robin Appelman "] edition = "2018" description = "Accessing MH-Z19 CO₂ sensor over serial bus" license = "MIT OR Apache-2.0" repository = "https://github.com/icewind1991/mhz19-rs" [lib] name = "mhz19" path = "src/lib.rs" [[bin]] name = "log" path = "src/bin.rs" [dependencies] "serial" = "0.4" err-derive = "0.1"