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.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/auth/Cargo.toml b/crates/auth/Cargo.toml
index b5e53d9..b6ad707 100644
--- a/crates/auth/Cargo.toml
+++ b/crates/auth/Cargo.toml
@@ -25,6 +25,10 @@ time = { workspace = true, features = ["parsing", "serde"] }
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "signal"] }
tower = { workspace = true, features = ["util"] }
tower-http = { workspace = true, features = ["map-request-body", "trace", "util"] }
+tower-sessions = "0.14.0"
+tower-sessions-core = { version = "0.14.0", features = ["deletion-task"] }
+tower-sessions-moka-store = "0.15.0"
+tower-sessions-sqlx-store = { version = "0.15.0", features = ["postgres"] }
tracing.workspace = true
url.workspace = true