From 866c1a33316efbb1cdf9b94649d6f6447c7c5ed7 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 5 Apr 2025 16:40:53 -0400 Subject: [PATCH] Added jwt dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 6231883..7053b4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,7 @@ uuid = { version = "1.16.0", features = ["v4", "serde"] } argon2 = { version = "0.5.3", features = ["std"] } # Use the latest 0.5.x version rand = { version = "0.9" } time = { version = "0.3.41", features = ["macros", "serde"] } +jwt = { version = "0.16.0" } icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.4.0" } [dev-dependencies]