diff options
author | rtkay123 <dev@kanjala.com> | 2025-07-25 17:33:47 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-07-25 17:33:47 +0200 |
commit | cd528dbb7fb5d596b47178110a3dcef9af573c8d (patch) | |
tree | 4c47f024cc7afb0e52c66fcc3ac04ec4329571d1 /crates/auth/Cargo.toml | |
parent | 521c4e32e63ec20094df128c17d24e8e1dcb17c0 (diff) | |
download | sellershut-cd528dbb7fb5d596b47178110a3dcef9af573c8d.tar.bz2 sellershut-cd528dbb7fb5d596b47178110a3dcef9af573c8d.zip |
feat(auth): jwt
Diffstat (limited to 'crates/auth/Cargo.toml')
-rw-r--r-- | crates/auth/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |