Files
SXP-Service-watcher/Cargo.toml
2025-09-29 17:25:59 +02:00

14 lines
358 B
TOML

[package]
name = "sxp-service-watcher"
version = "0.1.0"
edition = "2024"
[dependencies]
log = "0.4.28"
serde = { version = "1.0.227", features = ["derive"] }
simplelog = "0.12.2"
toml = "0.9.7"
widestring = "1.2.0"
winapi = {version = "0.3.9", features = ["winsvc", "winerror", "winnt", "handleapi", "errhandlingapi", "winbase"]}
windows-service = "0.8.0"