mightyohm-gc-exporter/Cargo.toml
finga a1dcd606d9
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Read from hardcoded serial port
2022-04-23 01:42:02 +02:00

13 lines
389 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]
serialport = "4.1"