From c6ffa62423659cf7d82802b9e0343f149c780de3 Mon Sep 17 00:00:00 2001 From: A Farzat Date: Sun, 1 Mar 2026 22:05:20 +0300 Subject: Add authentication using cookies --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1cc49f9..f8947bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,4 +4,8 @@ version = "0.1.0" edition = "2024" [dependencies] +anyhow = "1.0.102" clap = { version = "4.5.60", features = ["derive"] } +reqwest = { version = "0.13.2", features = ["cookies", "json"] } +serde_json = "1.0.149" +tokio = { version = "1.49.0", features = ["full"] } -- cgit v1.2.3-70-g09d2