From b3bd9b6ed21edf571654616db8e1455338e3b650 Mon Sep 17 00:00:00 2001 From: AINDUSTRIES Date: Sun, 16 Mar 2025 23:40:23 +0100 Subject: [PATCH] Changed dependencies --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ca89861..2973abe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,6 @@ serde_json = "1.0.140" 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 +argon2 = { version="0.6.0-pre.1", features = ["std"] } +rand = "0.9.0" +actix-cors = "0.7.0" \ No newline at end of file