initial commit

This commit is contained in:
postscriptum 2026-03-22 01:06:24 +02:00
parent 6dfda87e7b
commit 3b23d14e25
7 changed files with 2490 additions and 1 deletions

13
Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "psocks"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.102"
env_logger = "0.11.9"
fast-socks5 = "1.0.0"
log = "0.4.29"
reqwest = "0.13.2"
structopt = "0.3.26"
tokio = { version = "1", features = ["full"] }