From 3321918c009e9d7a7a3c3c2a1f490bb91fefb2bc Mon Sep 17 00:00:00 2001 From: A Farzat Date: Wed, 11 Feb 2026 10:09:32 +0300 Subject: Add reqwest HttpClient skeleton (cookies-only) - Build a reqwest::Client with Cookie and browser-like default headers - Wire into main without performing any HTTP calls Note: Keep cookie header internal; never log values --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cc375cf..dc2f515 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ edition = "2024" anyhow = "1.0" clap = { version = "4.5", features = ["derive"] } colored = "3.1" +reqwest = { version = "0.13", default-features = false, features = ["rustls"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tracing = "0.1" -- cgit v1.2.3-70-g09d2