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