mtemp-monitor/Cargo.toml

11 lines
251 B
TOML
Raw Normal View History

2024-02-03 13:28:08 +01:00
[package]
name = "mtemp-monitor"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1.35.1", features = ["full"]}
kagiyama = "0.3.0"
mtemp = { git = "https://git.midefos.com/midefos/mtemp.git", branch = "main" }
anyhow = "1.0.79"