summaryrefslogtreecommitdiffstats
path: root/crates/auth-service/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/auth-service/Cargo.toml')
-rw-r--r--crates/auth-service/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
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