feat: implement Windows service for parental control application
This commit is contained in:
+5
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user