This commit is contained in:
Dmitry Belyaev 2023-07-11 10:20:33 +03:00
parent 62a3dc80b8
commit a516c777c3
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
2 changed files with 582 additions and 280 deletions

856
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -10,15 +10,15 @@ async-stream = "0.3.3"
clap = { version = "4.0.2", features = ["derive"] }
ctrlc = "3.2.3"
fast-socks5 = "0.8.1"
flexi_logger = { version = "0.23.3", features = ["specfile_without_notification", "async"] }
flexi_logger = { version = "0.25.5", features = ["specfile_without_notification", "async"] }
log = "0.4.17"
serde = { version = "1.0.145", features = ["derive"] }
serde_derive = "1.0.145"
tokio = { version = "1.24.1", features = ["io-std", "net", "rt-multi-thread", "macros"] }
tokio-stream = "0.1.11"
tokio-util = "0.7.4"
toml = "0.5.9"
windows-service = "0.5.0"
toml = "0.7.4"
windows-service = "0.6.0"
[profile.release]
opt-level = 3