feat: get vless Query data

This commit is contained in:
Keivan-sf
2023-10-10 16:21:20 +03:30
parent fc65da6458
commit a6e0f5a8c5
4 changed files with 104 additions and 0 deletions

7
Cargo.lock generated
View File

@@ -17,6 +17,12 @@ version = "2.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
[[package]]
name = "querystring"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9318ead08c799aad12a55a3e78b82e0b6167271ffd1f627b758891282f739187"
[[package]]
name = "regex"
version = "1.9.6"
@@ -50,5 +56,6 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
name = "v2parser"
version = "0.1.0"
dependencies = [
"querystring",
"regex",
]