weather_exporter/Cargo.toml
2022-12-19 11:29:19 +01:00

11 lines
256 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]
warp = "0.3.3"