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