Files
v2ray-proxy/Cargo.toml

11 lines
215 B
TOML
Raw Normal View History

2023-10-06 18:16:44 +03:30
[package]
name = "v2parser"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-10-10 16:21:20 +03:30
querystring = "1.1.0"
2023-10-08 21:11:49 +03:30
regex = "1.9.6"