c8488 0.1.1

PC weather station (Bresser 5-in-1, 6-in-1 PC and other CCLEL C8488 clones) to Influxdb logger
[dependencies.anyhow]
version = "1.0.65"

[dependencies.chrono]
version = "0.4.22"

[dependencies.env_logger]
version = "0.9.1"

[dependencies.log]
features = ["max_level_debug", "release_max_level_off"]
version = "0.4.17"

[dependencies.pico-args]
version = "0.5.0"

[dependencies.thiserror]
version = "1.0.37"

[package]
authors = ["Robert Jördens <rj@quartiq.de>"]
description = "PC weather station (Bresser 5-in-1, 6-in-1 PC and other CCLEL C8488 clones) to Influxdb logger"
documentation = "https://docs.rs/c8488"
edition = "2021"
homepage = "https://github.com/jordens/c8488"
license = "MIT OR Apache-2.0"
name = "c8488"
readme = "README.md"
repository = "https://github.com/jordens/c8488.git"
version = "0.1.1"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = true