From 259cad06f8d88db9ddfa85c2c188b5b0130cb393 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Wed, 30 Jul 2025 08:52:05 +0200 Subject: feat(auth): create keypair --- crates/auth-service/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/auth-service/Cargo.toml') diff --git a/crates/auth-service/Cargo.toml b/crates/auth-service/Cargo.toml index 837fc8b..1cd77fd 100644 --- a/crates/auth-service/Cargo.toml +++ b/crates/auth-service/Cargo.toml @@ -18,7 +18,9 @@ futures-util.workspace = true jsonwebtoken = "9.3.1" nanoid.workspace = true oauth2 = "5.0.0" +rand = "0.8.5" reqwest = { workspace = true, features = ["json", "rustls-tls"] } +rsa = "0.9.8" sellershut-core = { workspace = true, features = ["auth", "serde", "users"] } serde = { workspace = true, features = ["derive"] } serde_json.workspace = true -- cgit v1.2.3