From cd528dbb7fb5d596b47178110a3dcef9af573c8d Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Fri, 25 Jul 2025 17:33:47 +0200 Subject: feat(auth): jwt --- crates/auth/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/auth/Cargo.toml') diff --git a/crates/auth/Cargo.toml b/crates/auth/Cargo.toml index ccd18f3..410c51e 100644 --- a/crates/auth/Cargo.toml +++ b/crates/auth/Cargo.toml @@ -32,6 +32,7 @@ tower-sessions-moka-store = "0.15.0" tower-sessions-sqlx-store = { version = "0.15.0", features = ["postgres"] } tracing.workspace = true url.workspace = true +uuid = { workspace = true, features = ["serde", "v7"] } [dependencies.stack-up] workspace = true -- cgit v1.2.3