add cmd serve

This commit is contained in:
2022-09-29 10:58:42 +03:00
parent b10eca9688
commit 065af6ed2d
3 changed files with 49 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ edition = "2021"
[dependencies]
async-stream = "0.3.3"
clap = { version = "3.2.22", features = ["derive"] }
ctrlc = "3.2.3"
fast-socks5 = "0.8.1"
flexi_logger = { version = "0.23.3", features = ["specfile_without_notification", "async"] }
log = "0.4.17"