allow listening to all sensors

This commit is contained in:
Robin Appelman 2020-12-12 14:35:55 +01:00
commit b9bf4cea1b
3 changed files with 994 additions and 624 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "mitemp-prometheus"
version = "0.1.0"
version = "0.2.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
description = "Expose Xiaomi MI Temperature and Humidity Sensor to prometheus"
@ -11,5 +11,5 @@ dotenv = "0.15.0"
main_error = "0.1.0"
tokio = { version = "0.2", features = ["macros"] }
warp = "0.2"
mitemp = { version = "0.1.0", git = "https://github.com/icewind1991/mitemp-rs" }
mitemp = { version = "0.2.0", git = "https://github.com/icewind1991/mitemp-rs" }