[package] name = "daemon" version = "0.1.0" edition.workspace = true license.workspace = true [dependencies] manifest = { path = "../manifest" } protocol = { path = "../protocol" } tokio = { version = "1.49", features = ["full"] }