weather_exporter/Cargo.toml
2022-12-19 22:08:30 +01:00

17 lines
439 B
TOML

[package]
name = "weather_exporter"
version = "0.1.0"
edition = "2021"
description = "A Prometheus exporter for weather data."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bme280 = "0.4.4"
linux-embedded-hal = "0.4.0-alpha.2"
embedded-hal = "1.0.0-alpha.7"
tokio = { version = "1.23.0", features = ["macros", "rt"] }
warp = "0.3.3"
byteorder = "1.4.3"
anyhow = "1.0.68"