From 2bf7a5ea9aa6eb5797ba224fcc2002425bc2d947 Mon Sep 17 00:00:00 2001 From: A Farzat Date: Tue, 10 Feb 2026 18:58:29 +0300 Subject: Add a cookies module This parses the cookies found in the cookies.json file, making them ready to be used in http requests. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index dca5568..447fc70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,10 @@ version = "0.1.0" edition = "2024" [dependencies] +anyhow = "1.0" clap = { version = "4.5", features = ["derive"] } colored = "3.1.1" +serde = { version = "1.0", features = ["derive"] } +serde_json = "1.0" tracing = "0.1.44" tracing-subscriber = { version = "0.3.22", features = ["env-filter", "fmt"] } -- cgit v1.2.3-70-g09d2