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