[package] name = "thermald" version = "0.1.0" edition = "2021" [dependencies] log.workspace = true anyhow.workspace = true common = { path = "../common" } [lints] workspace = true