Finalized watcher
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user