WIP adaptations

This commit is contained in:
2025-11-26 10:19:05 +01:00
parent bb5430b175
commit 3fd42b86c3
4 changed files with 173 additions and 365 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "proxy_saver"
name = "header_proxy"
version = "0.1.0"
edition = "2024"
@@ -8,7 +8,5 @@ log = "0.4.28"
env_logger = "0.11.8"
clap = { version = "4.5.53", features = ["env", "derive"] }
tokio = { version = "1.48.0", features = ["full"] }
tokio-rustls = { version = "0.26.4", features = ["ring", "tls12"], default-features = false }
rustls-pki-types = "1.13.0"
webpki-roots = "1.0.4"
rand = "0.9.2"
rand = "0.9.2"
lazy_static = "1.5.0"