From e47fb43b347f90255ce1c9abc3ff1e5cc5c75144 Mon Sep 17 00:00:00 2001 From: AINDUSTRIES Date: Wed, 12 Mar 2025 22:27:12 +0100 Subject: [PATCH] Changed dependences --- Cargo.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7d4e87a..ca89861 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,8 @@ edition = "2024" actix-web = "4.9.0" serde = "1.0.218" serde_json = "1.0.140" -sqlx = { version = "0.8.3", features = ["sqlite", "sqlx-macros"] } -jsonwebtoken = "9.3.1" -uuid = "1.15.1" -argon2 = "0.6.0-pre.1" \ No newline at end of file +sqlx = { version = "0.8.3", features = ["sqlite", "sqlx-macros", "runtime-tokio"] } +jsonwebtoken = { version = "9.3.1", features = ["use_pem"] } +uuid = { version = "1.15.1", features = ["v4"] } +argon2 = "0.6.0-pre.1" +rand = "0.9.0" \ No newline at end of file