From 4bacba7cece901f9c25a450eb4b7bc8969bb5e9e Mon Sep 17 00:00:00 2001 From: Vika Date: Tue, 9 Jul 2024 00:36:48 +0300 Subject: Start working on login functionality --- Cargo.lock | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 226a14d..fb53133 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -600,7 +600,12 @@ version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7efb37c3e1ccb1ff97164ad95ac1606e8ccd35b3fa0a7d99a304c7f4a428cc24" dependencies = [ + "base64 0.21.2", + "hmac", "percent-encoding", + "rand 0.8.5", + "sha2", + "subtle", "time 0.3.23", "version_check", ] -- cgit 1.4.1