Finalized watcher

This commit is contained in:
Dennis Nemec
2025-09-29 17:25:59 +02:00
parent 3f57ddefb7
commit 58446d3ae6
9 changed files with 558 additions and 63 deletions

View File

@ -1,5 +1,5 @@
[package]
name = "rust"
name = "sxp-service-watcher"
version = "0.1.0"
edition = "2024"
@ -9,4 +9,5 @@ serde = { version = "1.0.227", features = ["derive"] }
simplelog = "0.12.2"
toml = "0.9.7"
widestring = "1.2.0"
winapi = "0.3.9"
winapi = {version = "0.3.9", features = ["winsvc", "winerror", "winnt", "handleapi", "errhandlingapi", "winbase"]}
windows-service = "0.8.0"