mirror of
https://github.com/house-of-vanity/v2-uri-parser.git
synced 2025-12-16 06:57:52 +00:00
Added --run mode to run xray with a parsed config.
This commit is contained in:
@@ -14,3 +14,8 @@ regex = "1.9.6"
|
||||
serde = { version = "1.0.189", features = ["derive"] }
|
||||
serde_json = "1.0.107"
|
||||
urlencoding = "2"
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
signal-hook = "0.3"
|
||||
signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }
|
||||
tempfile = "3"
|
||||
futures = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user