[package] name = "rebreak-protection-service" version = "0.1.0" edition = "2021" description = "ReBreak Tamper-Protection-Service — DoH-Monitor (SYSTEM)" [dependencies] protection-core = { path = "../protection-core" } serde = { version = "1", features = ["derive"] } serde_json = "1" reqwest = { version = "0.12", default-features = false, features = ["blocking", "json", "rustls-tls"] } [target.'cfg(windows)'.dependencies] windows-service = "0.7"