2022-04-21 20:40:52 +02:00
|
|
|
[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]
|
2022-04-22 00:16:22 +02:00
|
|
|
anyhow = "1.0"
|
2022-04-21 20:40:52 +02:00
|
|
|
serialport = "4.1"
|
2022-04-23 20:31:57 +02:00
|
|
|
log = "0.4"
|
|
|
|
env_logger = "0.9"
|
2022-04-23 20:34:36 +02:00
|
|
|
tokio = { version = "1.17", features = ["rt-multi-thread", "macros"] }
|