mtemp-monitor/Cargo.toml
2024-02-03 13:28:08 +01:00

11 lines
251 B
TOML

[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"