init
Signed-off-by:
zu1k <i@zu1k.com>
parents
Showing
.gitignore
0 → 100644
Cargo.lock
0 → 100644
Cargo.toml
0 → 100644
| [package] | ||
| name = "http-proxy-ipv6-pool" | ||
| version = "0.1.0" | ||
| edition = "2021" | ||
| [dependencies] | ||
| async-trait = "0.1" | ||
| async-compression = { version = "0.3", features = ["tokio", "brotli", "gzip", "zlib", "zstd"] } | ||
| env_logger = "0.9" | ||
| futures = "0.3" | ||
| http = "0.2" | ||
| hyper = { version = "0.14", features = ["full"] } | ||
| log = "0.4" | ||
| tokio = { version = "1", features = ["full"] } | ||
| rand = "0.8.5" | ||
| [profile.release] | ||
| strip = true | ||
| lto = true | ||
| opt-level = "s" | ||
| codegen-units = 1 | ||
| \ No newline at end of file |
rustfmt.toml
0 → 100644
src/main.rs
0 → 100644
src/proxy.rs
0 → 100644
Please register or sign in to comment