diff options
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 |