feat: implement Windows service for parental control application

This commit is contained in:
2026-08-02 16:24:53 +07:00
parent 32d2553380
commit 229a02b543
10 changed files with 1111 additions and 272 deletions
+5 -1
View File
@@ -13,10 +13,14 @@ rand = "0.8"
chrono = "0.4"
semver = "1"
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "json"] }
argon2 = "0.5.3"
[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true
panic = "abort"
panic = "abort"
[target."cfg(windows)".dependencies]
windows-service = "0.8.1"