[package] name = "winsrv" version = "0.0.1" authors = ["zsaw"] edition = "2021" description = "Simple implementation of windows service" license = "MIT" license-file = "LICENSE" repository = "https://github.com/zsaw/winsrv-rs" [dependencies.windows] version = "0.57.0" features = ["Win32_System_Services"]