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.lock | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 6d02809..ef277f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1006,6 +1006,7 @@ dependencies = [ "reqwest", "serde", "serde_json", + "tokio", "tracing", "tracing-subscriber", ] @@ -1265,9 +1266,21 @@ dependencies = [ "mio", "pin-project-lite", "socket2", + "tokio-macros", "windows-sys 0.61.2", ] +[[package]] +name = "tokio-macros" +version = "2.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "tokio-rustls" version = "0.26.4" -- cgit v1.2.3-70-g09d2