From 2d9314aa3145ec7948341f38164e13c2a2d945ad Mon Sep 17 00:00:00 2001 From: A Farzat Date: Wed, 11 Feb 2026 11:13:36 +0300 Subject: Add a login check Try to access the profile page to see if the cookies work or not. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index dc2f515..42e52da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,6 @@ colored = "3.1" reqwest = { version = "0.13", default-features = false, features = ["rustls"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" +tokio = { version = "1.49", features = ["rt-multi-thread", "macros"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] } -- cgit v1.2.3-70-g09d2