mightyohm-gc-exporter/Cargo.toml
finga b20ed73290
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Also listen for http requests and serve metrics
Use axum to listen for http requests to respond with the metrics.
2022-04-23 21:02:56 +02:00

18 lines
519 B
TOML

[package]
name = "mightyohm-gc-exporter"
version = "0.1.0-dev"
edition = "2021"
description = "Prometheus exporter for the MightyOhm Geiger Counter"
license = "GPL-3.0-or-later"
repository = "https://git.onders.org/finga/mightyohm-gc-exporter"
keywords = ["prometheus", "metrics"]
categories = ["api-bindings", "command-line-utilities", "visualization"]
[dependencies]
anyhow = "1.0"
serialport = "4.1"
log = "0.4"
env_logger = "0.9"
tokio = { version = "1.17", features = ["rt-multi-thread", "macros"] }
axum = "0.5"