windows service

This commit is contained in:
2022-09-24 21:11:12 +03:00
parent 7f6ddb0562
commit f65d24b57c
4 changed files with 418 additions and 17 deletions

View File

@@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "3.2.22", features = ["derive"] }
fast-socks5 = "0.8.1"
flexi_logger = { version = "0.23.3", features = ["specfile_without_notification", "async"] }
log = "0.4.17"
@@ -15,3 +16,4 @@ tokio = { version = "1.21.1", features = ["full", "winapi", "mio"] }
tokio-stream = "0.1.10"
tokio-util = "0.7.4"
toml = "0.5.9"
windows-service = "0.5.0"