summaryrefslogtreecommitdiffstats
path: root/crates/auth/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/auth/Cargo.toml')
-rw-r--r--crates/auth/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/auth/Cargo.toml b/crates/auth/Cargo.toml
index b6ad707..ccd18f3 100644
--- a/crates/auth/Cargo.toml
+++ b/crates/auth/Cargo.toml
@@ -15,6 +15,7 @@ base64.workspace = true
clap = { workspace = true, features = ["derive"] }
config = { workspace = true, features = ["convert-case", "toml"] }
futures-util.workspace = true
+jsonwebtoken = "9.3.1"
nanoid.workspace = true
oauth2 = "5.0.0"
reqwest = { workspace = true, features = ["json", "rustls-tls"] }